Skip to main content

QueryCursorEventArgs.Cursor Property

Gets or sets the mouse cursor currently being shown for the chart.

Namespace: DevExpress.XtraCharts

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

NuGet Package: DevExpress.Win.Charts

Declaration

public Cursor Cursor { get; set; }

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