Skip to main content

ASPxPivotGridPager(PivotGridHtmlTable, ASPxPivotGrid) Constructor

This member supports the .NET Framework infrastructure and cannot be used directly from your code.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxPivotGridPager(
    PivotGridHtmlTable htmlTable,
    ASPxPivotGrid pivotGrid
)

Parameters

Name Type
htmlTable DevExpress.Web.ASPxPivotGrid.HtmlControls.PivotGridHtmlTable
pivotGrid ASPxPivotGrid
See Also