PageSavingArgs

PageSavingArgs class

Info for a page saving process.

class PageSavingArgs;

Properties

PropertyTypeDescription
pageIndexnumberReadonly. Current page index, zero based.
pageCountnumberReadonly. Total page count.

Methods

MethodDescription
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;