Gets a command for adding an item to the Schedule at the current selection.

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; }
Visual Basic
Public ReadOnly Property AddScheduleItemCommand As ICommand
	Get
Visual C++
public:
property ICommand^ AddScheduleItemCommand {
	ICommand^ get ();
}

See Also