Determines the type of selection.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public enum SelectionCommand
Visual Basic (Declaration)
Public Enumeration SelectionCommand

Members

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

See Also