Skip to main content
A newer version of this page is available. .

QueryCursorEventArgs.Cursor Property

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

Namespace: DevExpress.XtraCharts

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

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

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