C1.Web.Mvc.Grid Namespace : SelectionMode Enumeration |
'Declaration
Public Enum SelectionMode Inherits System.Enum
public enum SelectionMode : System.Enum
Member | Description |
---|---|
Cell | The user can select only a single cell at a time. |
CellRange | The user can select contiguous blocks of cells. |
ListBox | The user can select non-contiguous rows. |
None | The user cannot select cells with the mouse or keyboard. |
Row | The user can select a single row at a time. |
RowRange | The user can select contiguous rows. |
System.Object
System.ValueType
System.Enum
C1.Web.Mvc.Grid.SelectionMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2