ComponentOne Scheduler for WPF and Silverlight
SelectionCommand Enumeration

C1.WPF.Schedule Namespace : SelectionCommand Enumeration
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

Reference

C1.WPF.Schedule Namespace