aspnet-devexpress-dot-web-dot-aspxpivotgrid-aad0523b.md
Represents a container for the templates used to render field value cells.
Namespace : DevExpress.Web.ASPxPivotGrid
Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll
NuGet Package : DevExpress.Web
public class PivotGridFieldValueTemplateContainer :
TemplateContainerBase
Public Class PivotGridFieldValueTemplateContainer
Inherits TemplateContainerBase
The PivotGridFieldValueTemplateContainer class represents a container cell for the templates that are used to display the content of field value cells within a grid control.
Objects of the PivotGridFieldValueTemplateContainer type are automatically instantiated when a template of one of the following types is created: the ASPxPivotGrid.FieldValueTemplate or PivotGridField.ValueTemplate.
Object Control TemplateContainerBase PivotGridFieldValueTemplateContainer
See Also