Skip to main content

PivotGridDataAreaPopup(ASPxPivotGrid) Constructor

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

Namespace: DevExpress.Web.ASPxPivotGrid.HtmlControls

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

NuGet Package: DevExpress.Web

Declaration

public PivotGridDataAreaPopup(
    ASPxPivotGrid pivotGrid
)

Parameters

Name Type Description
pivotGrid ASPxPivotGrid

A ASPxPivotGrid object representing the owner of the created object.

See Also