ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / SelectionMode Enumeration

In This Topic
    SelectionMode Enumeration
    In This Topic
    Represents selection behavior.
    Syntax
    'Declaration
     
    Public Enum SelectionMode 
       Inherits System.Enum
    public enum SelectionMode : System.Enum 
    Members
    MemberDescription
    MultiColumnIt is possible to select more than one row at the same time using the mouse and the CTRL or SHIFT keys.
    MultiRangeIt is possible to select more than one cells range at the same time using the mouse and the CTRL or SHIFT keys.
    MultiRowIt is possible to select more than one row at the same time using the mouse and the CTRL or SHIFT keys.
    NoneSelection is turned off.
    SingleCellOnly a single cell can be selected at the same time.
    SingleColumnOnly a single column can be selected at the same time.
    SingleRangeOnly a single range of cells can be selected at the same time.
    SingleRowOnly a single row can be selected at the same time.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1GridView.SelectionMode

    See Also