Skip to main content
A newer version of this page is available.
All docs
V18.2

PivotGridFieldValueTemplateContainer(PivotGridFieldValueTemplateItem) Constructor

Initializes a new instance of the PivotGridFieldValueTemplateContainer class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridFieldValueTemplateContainer(
    PivotGridFieldValueTemplateItem item
)

Parameters

Name Type Description
item PivotGridFieldValueTemplateItem

A PivotGridFieldValueTemplateItem object that contains the necessary information on the rendered field value.

See Also