Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1SelectionMode Enumeration

In This Topic
    C1SelectionMode Enumeration
    In This Topic
    Defines the selection behavior for a control which supports the SelectionMode property like C1treeView.
    Syntax
    'Declaration
     
    
    Public Enum C1SelectionMode 
       Inherits System.Enum
    public enum C1SelectionMode : System.Enum 
    Members
    MemberDescription
    ExtendedThe user can select multiple consecutive items while holding down the corresponding modifier key.
    MultipleThe user can select multiple items without holding down a modifier key.
    NoneThe user can not select any item.
    SingleThe user can select only one item at a time.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Core.C1SelectionMode

    See Also