Skip to main content

PivotGridHeaderTemplateContainer.Field Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.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