Skip to main content
A newer version of this page is available. .

PivotGridFieldValueTemplateContainer.Field Property

Gets a field for which the template’s content is being instantiated.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotGridField Field { get; }

Property Value

Type Description
PivotGridField

A PivotGridField object representing the field being rendered.

Remarks

Use the Field property to obtain a field for which the template’s content is currently being rendered. You can use properties of the returned PivotGridField object to obtain certain values needed to bind the properties of the controls composing your template.

See Also