In This Article

DataGridCursors Class

Represents a set of cursors for use with the DataGrid.

public static class DataGridCursors
Inheritance:
object object

Properties

ColumnResizeCursor

Returns an Excel-style mouse cursor to display when resizing a DataGrid column.

public static Cursor ColumnResizeCursor { get; }

Property Value

Cursor

RowResizeCursor

Returns an Excel-style mouse cursor to display when resizing a DataGrid row.

public static Cursor RowResizeCursor { get; }

Property Value

Cursor

Inherited Members