QueryCursorEventArgs.Cursor Property
In This Article
Gets or sets the mouse cursor currently being shown for the chart.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.UI.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
#Property Value
Type | Description |
---|---|
Cursor | A Cursor object that represents the cursor. |
#Remarks
To obtain the cursor type in the ChartControl.QueryCursor event handler, use the QueryCursorEventArgs.CursorType property.
See Also