In This Article

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

Cursor:

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

RowResizeCursor

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

public static Cursor RowResizeCursor { get; }

Property Value

Cursor:

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

Inherited Members