Gets or sets a command to add a new item to the schedule. This is a dependency property.

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

Syntax

C#
public ICommand AddScheduleItemCommand { get; set; }
Visual Basic
Public Property AddScheduleItemCommand As ICommand
	Get
	Set
Visual C++
public:
property ICommand^ AddScheduleItemCommand {
	ICommand^ get ();
	void set (ICommand^ value);
}

Remarks

Dependency Property Information
Identifier fieldAddScheduleItemCommandProperty
Metadata properties set to trueNone

See Also