ASPxPivotGrid.EmptyAreaTemplate Property
In This Article
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
#Property Value
Type | Default | Description |
---|---|---|
ITemplate | null | An object supporting the System. |
#Remarks
The Empty area is an area within an ASPxPivotGrid control, unoccupied by any rows.
Note
Once a template defined via the Empty
See Also