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

ASPxPivotGrid.EmptyAreaTemplate Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

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