Search
Calendar.itemSelection Property
See Also
 






Gets the list of currently selected items.

Namespace: MindFusion.Scheduling
File: Calendar.js

 Syntax

JavaScript  Copy Code

get itemSelection() {}
set itemSelection(value) {}

 Property Value

ObservableCollection

The list of currently selected items.

 See Also