aspnet-devexpress-dot-web-dot-aspxpivotgrid-2792063e.md
Represents a container for a template that is used to render the empty area.
Namespace : DevExpress.Web.ASPxPivotGrid
Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll
NuGet Package : DevExpress.Web
public class PivotGridEmptyAreaTemplateContainer :
TemplateContainerBase
Public Class PivotGridEmptyAreaTemplateContainer
Inherits TemplateContainerBase
The PivotGridEmptyAreaTemplateContainer class represents a container cell for a template that is used to display the content of the empty area within a grid control. The empty area is an area within an ASPxPivotGrid control which isn’t occupied by any rows.
Objects of the PivotGridEmptyAreaTemplateContainer type are automatically instantiated when a template of the ASPxPivotGrid.EmptyAreaTemplate type is created.
Object Control TemplateContainerBase PivotGridEmptyAreaTemplateContainer
See Also