Skip to main content
A newer version of this page is available.
All docs
V19.1
Tab

ASPxPagerBase.GetNewPageIndex(String, Int32, Func<Int32>, Boolean) Method

For internal use only.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public static int GetNewPageIndex(
    string eventArgument,
    int pageIndex,
    Func<int> countEvaluator,
    bool correctForNextPage
)

Parameters

Name Type
eventArgument String
pageIndex Int32
countEvaluator Func<Int32>
correctForNextPage Boolean

Returns

Type
Int32
See Also