Returns the offset for the next 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> NextItemOffset { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property NextItemOffset As Nullable(Of Long)
Visual C++
public:
virtual property Nullable<long long> NextItemOffset {
	Nullable<long long> get ();
}

See Also