Determines the type of selection.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public enum SelectionCommand
Visual Basic
Public Enumeration SelectionCommand

Members

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

See Also