Gets a command for moving to the next block (e.g. next week).

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

Syntax

C#
public ICommand NextCommand { get; }
Visual Basic
Public ReadOnly Property NextCommand As ICommand
	Get
Visual C++
public:
property ICommand^ NextCommand {
	ICommand^ get ();
}

See Also