Back to Devexpress

PivotGridCellTemplateContainer Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-2fe5a7db.md

latest2.6 KB
Original Source

PivotGridCellTemplateContainer Class

Represents a container for a template that is used to render cells.

Namespace : DevExpress.Web.ASPxPivotGrid

Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class PivotGridCellTemplateContainer :
    TemplateContainerBase
vb
Public Class PivotGridCellTemplateContainer
    Inherits TemplateContainerBase

Remarks

The PivotGridCellTemplateContainer class represents a container cell for a template that is used to display the content of cells within a grid control.

Objects of the PivotGridCellTemplateContainer type are automatically instantiated when a template of the ASPxPivotGrid.CellTemplate type is created.

Implements

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase PivotGridCellTemplateContainer

See Also

PivotGridCellTemplateContainer Members

DevExpress.Web.ASPxPivotGrid Namespace