|
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.242-beta+5de70bd1c87865d409ebc16b8886196644c0c750
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