Determines the type of selection.

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

Syntax

C#
public enum SelectionCommand
Visual Basic
Public Enumeration SelectionCommand
XAML Attribute Usage
<object property="enumerationMemberName" .../>

Members

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

See Also