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

PivotGridEmptyAreaTemplateContainer(PivotArea) Constructor

Initializes a new instance of the PivotGridEmptyAreaTemplateContainer class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridEmptyAreaTemplateContainer(
    PivotArea area
)

Parameters

Name Type Description
area PivotArea

One of the PivotArea enumeration values representing the area for which the current container is being instantiated.

See Also