Back to Devexpress

QueryCursorEventArgs.Cursor Property

windowsforms-devexpress-dot-xtracharts-dot-querycursoreventargs.md

latest1.7 KB
Original Source

QueryCursorEventArgs.Cursor Property

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

Namespace : DevExpress.XtraCharts

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public Cursor Cursor { get; set; }
vb
Public Property Cursor As Cursor

Property Value

TypeDescription
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

CursorType

How to: Provide a Custom Cursor for a Chart

QueryCursorEventArgs Class

QueryCursorEventArgs Members

DevExpress.XtraCharts Namespace