Gets the property which indicates if it is possible to switch to the previous page.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public abstract bool CanGoToPrevPage { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property CanGoToPrevPage As Boolean
Visual C++
public:
virtual property bool CanGoToPrevPage {
	bool get () abstract;
}

See Also