DataGridCursors Class
Represents a set of cursors for use with the DataGrid
.
public static class DataGridCursors
- Inheritance:
- object object
Properties
ColumnResizeCursor
Gets an Excel-style mouse cursor to display when resizing a DataGrid column.
public static Cursor ColumnResizeCursor { get; }
Property Value
RowResizeCursor
Gets an Excel-style mouse cursor to display when resizing a DataGrid row.
public static Cursor RowResizeCursor { get; }