Scheduler for WPF | ComponentOne
C1.WPF.Schedule 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.
    UnselectUnselect command.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Schedule.SelectionCommand

    See Also