Gets whether or not to add a default schedule item to the schedule.

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

Syntax

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

See Also