Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 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

QueryCursorEventArgs.CursorType Property

Gets the cursor type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.UI.dll

NuGet Package: DevExpress.Win.Charts

#Declaration

public CursorType CursorType { get; }

#Property Value

Type Description
CursorType

A CursorType enumeration value that specifies the cursor type.

Available values:

Show 15 items
Name Description
None

No cursor is being shown.

Move

CursorType_Move

Hand

CursorType_Hand

Grab

CursorType_Grab

Rotate

CursorType_Rotate

RotateDrag

CursorType_RotateDrag

SizeAll

CursorType_SizeAll

SizeNESW

CursorType_SizeNESW

SizeNS

CursorType_SizeNS

SizeNWSE

CursorType_SizeNWSE

SizeWE

CursorType_SizeWE

ZoomIn

CursorType_ZoomIn

ZoomLimit

CursorType_ZoomLimit

ZoomOut

CursorType_ZoomOut

mouse-cursor--link

See Also