Skip to main content

PivotGridEmptyAreaTemplateContainer.Area Property

Gets the area for which the template’s content is being instantiated.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

#Declaration

public PivotArea Area { get; }

#Property Value

Type Description
PivotArea

One of the PivotArea enumeration values.

Available values:

Name Description
RowArea

Corresponds to the Row Header Area.

ColumnArea

Corresponds to the Column Header Area.

FilterArea

Corresponds to the Filter Header Area.

DataArea

Corresponds to the Data Header Area.

#Remarks

Use the Area property to obtain the area for which the template’s content is currently being rendered.

See Also