Enum GridSelectionMode
The selections that are possible in a grid.
public enum GridSelectionMode
Fields
Free = 3Any selection can be made.
ListboxMultiple = 2One or more rows can be selected.
ListboxSingle = 1Only one row can be selected.
RowsAndColumns = 0Only rows and columns can be selected; individual cells cannot be selected.