Skip to main content

ASPxPivotGrid.EmptyAreaTemplate Property

Gets or sets a template to display the content of the empty area.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue(null)]
public virtual ITemplate EmptyAreaTemplate { get; set; }

#Property Value

Type Default Description
ITemplate null

An object supporting the System.Web.UI.ITemplate interface that contains the custom content for the empty area.

#Remarks

The Empty area is an area within an ASPxPivotGrid control, unoccupied by any rows.

Note

Once a template defined via the EmptyAreaTemplate property is created within a control, it is instantiated within a container object of the PivotGridEmptyAreaTemplateContainer type. This container object exposes a set of specific properties to which the template’s child controls can be bound.

See Also