ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Grid Namespace / SelectionMode Enumeration

In This Topic
    SelectionMode Enumeration
    In This Topic
    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 by ctrl+clicking.
    MultiRangeThe user can select multiple ranges by ctrl+clicking and dragging the mouse.
    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