FixedFieldValue.DataField Property
In This Article
Gets or sets the data field. Displayed cells’ values in the fixed column are calculated against this data field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public PivotGridFieldBase DataField { get; set; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
If there are more than one field in the data field area, use the DataField
property to identify the data field. Displayed cells’ values in the fixed column are calculated against this data field. If there is only one field, it is used by default.
See Also