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 Class

Provides data for the QueryCursor event.

Namespace: DevExpress.XtraCharts

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

NuGet Package: DevExpress.Win.Charts

#Declaration

public class QueryCursorEventArgs :
    EventArgs,
    IQueryCursorEventArgs

#Remarks

The ChartControl.QueryCursor event occurs when there is a request to display the cursor.

The QueryCursorEventArgs class introduces the QueryCursorEventArgs.Cursor and QueryCursorEventArgs.CursorType properties, which allow you to provide custom cursors for your chart.

Note that QueryCursorEventArgs objects are automatically created, initialized and passed to ChartControl.QueryCursor event handlers.

#Inheritance

Object
EventArgs
QueryCursorEventArgs
See Also