PivotGridFieldValueTemplateContainer Class
In This Article
Represents a container for the templates used to render field value cells.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
#Declaration
public class PivotGridFieldValueTemplateContainer :
TemplateContainerBase
#Remarks
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.
#Implements
#Inheritance
Object
Control
TemplateContainerBase
PivotGridFieldValueTemplateContainer
See Also