The C1GridViewSelectionMode type exposes the following members.

Fields

  Name Description
Public field Static member MiltiColumn
It is possible to select more than one row at the same time using mouse, ctrl and shift keys.
Public field Static member MiltiRow
It is possible to select more than one row at the same time using mouse, ctrl and shift keys.
Public field Static member MultiRange
It is possible to select more than one cells range at the same time using mouse, ctrl and shift keys.
Public field Static member None
Selection is turned off.
Public field Static member SingleCell
Only a single cell can be selected at the same time.
Public field Static member SingleColumn
Only a single column can be selected at the same time.
Public field Static member SingleRange
Only a single range of cells can be selected at the same time.
Public field Static member SingleRow
Only a single row can be selected at the same time.
Public field value__

See Also