PageSavingArgs
Contents
[
Hide
]PageSavingArgs class
Info for a page saving process.
class PageSavingArgs;
Properties
Property | Type | Description |
---|---|---|
pageIndex | number | Readonly. Current page index, zero based. |
pageCount | number | Readonly. Total page count. |
Methods
Method | Description |
---|---|
getPageIndex() | @deprecated. Please use the ‘pageIndex’ property instead. Current page index, zero based. |
getPageCount() | @deprecated. Please use the ‘pageCount’ property instead. Total page count. |
isNull() | Checks whether the implementation object is null. |
pageIndex
Readonly. Current page index, zero based.
pageIndex : number;
pageCount
Readonly. Total page count.
pageCount : number;
getPageIndex()
@deprecated. Please use the ‘pageIndex’ property instead. Current page index, zero based.
getPageIndex() : number;
getPageCount()
@deprecated. Please use the ‘pageCount’ property instead. Total page count.
getPageCount() : number;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;