Get the page counts

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
int PageCount { get; }
Visual Basic
ReadOnly Property PageCount As Integer
	Get
Visual C++
property int PageCount {
	int get ();
}

Remarks

Items count is automatically retrieved together with PageCount, when first "GetPage" method call is performed. Like wise, if "GerPage" method is not yet performed, calling "Count" or "PageCount" properties will result "GetPage" method will be executed first.

See Also