MindFusion.Wpf Pack Programmer's Guide
Calendar.ItemSelection Property
See Also
 





Gets a list of all selected items.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public ItemSelection ItemSelection { get; }

Visual Basic  Copy Code

Public ReadOnly Property ItemSelection As ItemSelection

 Property Value

An instance of the ItemSelection class representing the currently selected items.

 Remarks

Use Selection to get the collection of all selected time cells.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Wpf Namespace
Selection Property