Back to Devexpress

ASPxPivotGrid.EmptyAreaTemplate Property

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgrid-1d4fefea.md

latest1.7 KB
Original Source

ASPxPivotGrid.EmptyAreaTemplate Property

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

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(null)]
public virtual ITemplate EmptyAreaTemplate { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property EmptyAreaTemplate As ITemplate

Property Value

TypeDefaultDescription
ITemplatenull

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

ASPxPivotGrid Class

ASPxPivotGrid Members

DevExpress.Web.ASPxPivotGrid Namespace