|
IPagedListPageCount Property
|
Gets calculated page count based on page size and total items count.
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.260-beta+dcb224c2c063d13b940ff73569ed74de55e231c9
SyntaxReadOnly Property PageCount As Integer
Get
property int PageCount {
int get ();
}abstract PageCount : int with get
function get_PageCount();
View SourceProperty Value
Int32
See Also