Click or drag to resize
CellSelections Enumeration
The options available for the end user or disables selecting cells, rows, columns, or the whole table with the keyboard or the mouse.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public enum CellSelections
Members
  Member nameValueDescription
SelectFull255 All actions.
SelectNone0 No actions.
SelectRow1 Selecting rows.
SelectCol2 Selecting columns.
SelectTable4 Selecting the whole table.
SelectCell8 Selecting cells.
SelectMultiple16 Multiple selections.
SelectShift32 Extending selections by pressing SHIFT.
SelectKeyboard64 Selecting with the SHIFT+Arrow Key.
See Also