Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ICursorService Methods

When implemented by a class, enables it to manipulate the mouse cursor on the client.
Name Description
BlockService(String) For internal use.
HideCustomCursor() Hides a custom cursor.
HideCustomCursor(String) For internal use. Hides a custom cursor.
SetCursor(FrameworkElement, CustomCursor, String) For internal use. Specifies a custom cursor for an element.
SetCursor(FrameworkElement, CustomCursor) Specifies a custom cursor for an element.
SetCursor(FrameworkElement, Cursor, String) For internal use. Specifies a standard cursor for an element.
SetCursor(FrameworkElement, Cursor) Specifies a standard cursor for an element.
SetCursorPosition(Point, FrameworkElement, String) For internal use. Specifies a cursor’s position.
SetCursorPosition(Point, FrameworkElement) Specifies a cursor’s position.
SetSuppressCursorChanging(Boolean) For internal use.
UnblockService(String) For internal use.
See Also