Get the target item count.

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

Syntax

C#
int Count { get; }
Visual Basic
ReadOnly Property Count As Integer
	Get
Visual C++
property int Count {
	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