ComponentOne ASP.NET MVC Controls
SelectionMode Enumeration

C1.Web.Mvc.Grid Namespace : SelectionMode Enumeration
Gets or sets the current selection mode.
Syntax
'Declaration
 
Public Enum SelectionMode 
   Inherits System.Enum
public enum SelectionMode : System.Enum 
Members
MemberDescription
CellThe user can select only a single cell at a time.
CellRangeThe user can select contiguous blocks of cells.
ListBoxThe user can select non-contiguous rows.
NoneThe user cannot select cells with the mouse or keyboard.
RowThe user can select a single row at a time.
RowRangeThe user can select contiguous rows.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.Grid.SelectionMode

See Also

Reference

C1.Web.Mvc.Grid Namespace