Grid Properties |
The Grid type exposes the following members.
Name | Description | |
---|---|---|
AllowColumnReordering |
Gets or sets a value indicating whether the user can re-order columns
| |
AllowEmptySelection |
Gets or sets a value indicating that the user can clear the selection.
| |
AllowMultipleSelection |
Gets or sets a value indicating whether the user can select multiple rows
| |
Border |
Gets or sets the border type
| |
Columns |
Gets the collection of columns to display in the grid
| |
GridLines |
Gets or sets the style of grid lines to show between columns and rows
| |
IsEditing |
Gets a value indicating that the current cell is in edit mode.
| |
RowHeight |
Gets or sets the height for each row in the grid
| |
SelectedItem |
If there is exactly one selected item, returns it, otherwise
returns null.
| |
SelectedItemBinding |
Gets a binding object to bind to the SelectedItem property.
| |
SelectedItems |
Gets an enumeration of the currently selected items
| |
SelectedRow |
Gets or sets the selected row, or -1 for none.
| |
SelectedRows |
Gets or sets the selected rows indexes
| |
ShowHeader |
Gets or sets a value indicating that the header should be shown
|