Class GridCellCursorEventArgs
Provides data about the CellCursor event when the grid queries which cursor to be displayed for a cell.
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCellCursorEventArgs : SyncfusionRoutedEventArgs
Constructors
GridCellCursorEventArgs(RoutedEvent, Object)
Initializes a new GridCellCursorEventArgs.
Declaration
public GridCellCursorEventArgs(RoutedEvent routedEvent, object source)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.RoutedEvent | routedEvent | Routed event. |
System.Object | source | Event source. |
Properties
Cursor
Gets or sets the cursor.
Declaration
[TraceProperty(true)]
public Cursor Cursor { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.Cursor | The cursor. |