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

PivotGridFieldValueTemplateItem(String, PivotGridField, PivotFieldValueItem) Constructor

Initializes a new instance of the PivotGridFieldValueTemplateItem class with the specified settings.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridFieldValueTemplateItem(
    string id,
    PivotGridField field,
    PivotFieldValueItem item
)

Parameters

Name Type
id String
field PivotGridField
item PivotFieldValueItem
See Also