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

PivotGridEmptyAreaTemplateContainer.Area Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

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