FixedFieldValue.DataField Property
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
Declaration
Property Value
Type | Description |
---|---|
PivotGridFieldBase | A PivotGridFieldBase object that specifies the data field. |
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