Class GridCursors
Implements the functionalities that provides default cursors for the grid.
Inheritance
System.Object
GridCursors
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
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class GridCursors
Constructors
GridCursors()
Initializes the new instance of the GridCursors class.
Declaration
public GridCursors()
Properties
ColumnWidthCursor
Gets or sets cursor for resizing columns.
Declaration
public static Cursor ColumnWidthCursor { get; set; }
Property Value
| Type |
|---|
| System.Windows.Forms.Cursor |
DragSelectionCursor
Gets or sets cursor for dragging a selection of columns or rows.
Declaration
public static Cursor DragSelectionCursor { get; set; }
Property Value
| Type |
|---|
| System.Windows.Forms.Cursor |
RowHeightCursor
Gets or sets cursor for resizing rows.
Declaration
public static Cursor RowHeightCursor { get; set; }
Property Value
| Type |
|---|
| System.Windows.Forms.Cursor |
SelectColumnCursor
Gets or sets cursor for selecting columns.
Declaration
public static Cursor SelectColumnCursor { get; set; }
Property Value
| Type |
|---|
| System.Windows.Forms.Cursor |
SelectRowCursor
Gets or sets cursor for selecting rows.
Declaration
public static Cursor SelectRowCursor { get; set; }
Property Value
| Type |
|---|
| System.Windows.Forms.Cursor |
SelectRowRTLCursor
Gets or sets cursor for selecting rows.
Declaration
public static Cursor SelectRowRTLCursor { get; set; }
Property Value
| Type |
|---|
| System.Windows.Forms.Cursor |