Returns the offset for the previous page of records.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public virtual Nullable<long> PreviousItemOffset { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property PreviousItemOffset As Nullable(Of Long)
Visual C++
public:
virtual property Nullable<long long> PreviousItemOffset {
	Nullable<long long> get ();
}

See Also