Determines the type of selection.

Namespace:  C1.Xaml.Calendar
Assembly:  C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)

Syntax

C#
public enum SelectionCommand
Visual Basic
Public Enumeration SelectionCommand

Members

Member nameDescription
Select Select command.
Unselect Unselect command. Unsupported.
Toggle Toggle selection command. Unsupported.
Extend Extend selection command.

See Also