Gets or sets a command to go to the next view (e.g. next week). 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 NextCommand { get; set; }
Visual Basic
Public Property NextCommand As ICommand
	Get
	Set
Visual C++
public:
property ICommand^ NextCommand {
	ICommand^ get ();
	void set (ICommand^ value);
}

Remarks

Dependency Property Information
Identifier fieldNextCommandProperty
Metadata properties set to trueNone

See Also