Skip to main content
A newer version of this page is available. .

PivotGridPagerStyles(ASPxPivotGrid) Constructor

Initializes a new instnace of the PivotGridPagerStyles class with the specified owner.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridPagerStyles(
    ASPxPivotGrid grid
)

Parameters

Name Type Description
grid ASPxPivotGrid

An ASPxPivotGrid object that represents the owner of the created object.

See Also