Gets a Selection object representing the current selection in the calendar.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public Selection Selection { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Selection As Selection |
An instance of the Selection class representing the selection of time cells.
RemarksUse ItemSelection to get the selection of schedule items.
See Also