Skip to main content

PivotGridEmptyAreaTemplateContainer(PivotArea) Constructor

Initializes a new instance of the PivotGridEmptyAreaTemplateContainer class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

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