Class GridGroupingCursors
Defines a class with default cursors for the grid.
Inheritance
System.Object
GridGroupingCursors
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public sealed class GridGroupingCursors
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 |