Gets the command used for turning to the next page.

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

Syntax

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

See Also