Determines the type of selection.
Namespace:
C1.Phone.CalendarAssembly: 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 name | Description | |
|---|---|---|
| Select | Select command. | |
| Unselect | Unselect command. Unsupported. | |
| Toggle | Toggle selection command. Unsupported. | |
| Extend | Extend selection command. |