PivotGridHeaderTemplateContainer.Field Property
In This Article
Gets a field for which the template’s content is being instantiated.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PivotGridField Field { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#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