Gets the command used for turning to the last page.

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

Syntax

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

See Also