Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / SelectionMode Enumeration

In This Topic
    SelectionMode Enumeration
    In This Topic
    Defines the selection behavior.
    Syntax
    'Declaration
     
    
    Public Enum SelectionMode 
       Inherits System.Enum
    public enum SelectionMode : System.Enum 
    Members
    MemberDescription
    MultipleThe user can select multiple items.
    SingleThe user can select only one item at a time.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.DataFilter.SelectionMode

    See Also