PivotGridEmptyAreaTemplateContainer Class
Represents a container for a template that is used to render the empty area.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
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.
Implements
Inheritance
Object
Control
TemplateContainerBase
PivotGridEmptyAreaTemplateContainer
See Also