Skip to main content

PivotGridStyles(ASPxPivotGrid) Constructor

Initializes a new instance of the PivotGridStyles class with the specified owner.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotGridStyles(
    ASPxPivotGrid pivotGrid
)

Parameters

Name Type Description
pivotGrid ASPxPivotGrid

An ASPxPivotGrid object to which the created object belongs.

See Also