Class CellCursors
Provides you with default cursors for the grid.
Inheritance
System.Object
CellCursors
Namespace: Syncfusion.Windows.Controls.Cells
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public sealed class CellCursors : Object
Constructors
CellCursors()
Declaration
public CellCursors()
Properties
DragSelectionCursor
Cursor for dragging a selection of columns or rows.
Declaration
public static Cursor DragSelectionCursor { get; set; }
Property Value
Type |
---|
System.Windows.Input.Cursor |
ResizeHeightCursor
Cursor for resizing rows.
Declaration
public static Cursor ResizeHeightCursor { get; set; }
Property Value
Type |
---|
System.Windows.Input.Cursor |
ResizeHiddenColumnCursor
Cursor for resizing columns.
Declaration
public static Cursor ResizeHiddenColumnCursor { get; set; }
Property Value
Type |
---|
System.Windows.Input.Cursor |
ResizeHiddenRowCursor
Cursor for resizing columns.
Declaration
public static Cursor ResizeHiddenRowCursor { get; set; }
Property Value
Type |
---|
System.Windows.Input.Cursor |
ResizeWidthCursor
Cursor for resizing columns.
Declaration
public static Cursor ResizeWidthCursor { get; set; }
Property Value
Type |
---|
System.Windows.Input.Cursor |
SelectColumnCursor
Cursor for selecting columns.
Declaration
public static Cursor SelectColumnCursor { get; set; }
Property Value
Type |
---|
System.Windows.Input.Cursor |
SelectRowCursor
Cursor for selecting rows.
Declaration
public static Cursor SelectRowCursor { get; set; }
Property Value
Type |
---|
System.Windows.Input.Cursor |
SelectRowRTLCursor
Cursor for selecting rows.
Declaration
public static Cursor SelectRowRTLCursor { get; set; }
Property Value
Type |
---|
System.Windows.Input.Cursor |