Gets the schedule item that was created and added to the schedule. This can be null if no schedule item was added.

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

Syntax

C#
public ScheduleItem Item { get; private set; }
Visual Basic
Public Property Item As ScheduleItem
	Get
	Private Set
Visual C++
public:
property ScheduleItem^ Item {
	ScheduleItem^ get ();
	private: void set (ScheduleItem^ value);
}

See Also