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

PivotGridHeaderTemplateContainer.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 a field whose header is being rendered.

Remarks

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

See Also