PivotGridEmptyAreaTemplateContainer Class
In This Article
Represents a container for a template that is used to render the empty area.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class PivotGridEmptyAreaTemplateContainer :
TemplateContainerBase
#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