ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / SelectionCommand Enumeration

In This Topic
    SelectionCommand Enumeration
    In This Topic
    Determines the type of selection.
    Syntax
    'Declaration
     
    Public Enum SelectionCommand 
       Inherits System.Enum
    public enum SelectionCommand : System.Enum 
    Members
    MemberDescription
    ExtendExtend selection command.
    SelectSelect command.
    ToggleToggle selection command. Unsupported.
    UnselectUnselect command. Unsupported.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.Calendar.SelectionCommand

    See Also