Gets a list of all the currently displayed items.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public ObservableCollection<MultiCalendarItem> Items { get; private set; }
Visual Basic
Public Property Items As ObservableCollection(Of MultiCalendarItem)
	Get
	Private Set
Visual C++
public:
property ObservableCollection<MultiCalendarItem^>^ Items {
	ObservableCollection<MultiCalendarItem^>^ get ();
	private: void set (ObservableCollection<MultiCalendarItem^>^ value);
}

See Also