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

PivotGridDataAreaPopup(ASPxPivotGrid) Constructor

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

Namespace: DevExpress.Web.ASPxPivotGrid.HtmlControls

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

Declaration

public PivotGridDataAreaPopup(
    ASPxPivotGrid pivotGrid
)

Parameters

Name Type Description
pivotGrid ASPxPivotGrid

A ASPxPivotGrid object representing the owner of the created object.

See Also