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

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.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public PivotGridFieldBase DataField { get; set; }

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