Back to Devexpress

PivotGridEmptyAreaTemplateContainer Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-2792063e.md

latest2.7 KB
Original Source

PivotGridEmptyAreaTemplateContainer Class

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

Declaration

csharp
public class PivotGridEmptyAreaTemplateContainer :
    TemplateContainerBase
vb
Public Class PivotGridEmptyAreaTemplateContainer
    Inherits 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

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase PivotGridEmptyAreaTemplateContainer

See Also

PivotGridEmptyAreaTemplateContainer Members

DevExpress.Web.ASPxPivotGrid Namespace