Class GridGroupingCursors
Defines a class with default cursors for the grid.
Inheritance
System.Object
GridGroupingCursors
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public sealed class GridGroupingCursors : Object
Constructors
GridGroupingCursors()
Initializes a new instance of the GridGroupingCursors class.
Declaration
public GridGroupingCursors()
Properties
RemoveCursor
Gets or sets the cursor while removing the columns.
Declaration
public static Cursor RemoveCursor { get; set; }
Property Value
| Type |
|---|
| System.Windows.Forms.Cursor |