Back to Devexpress

FixedFieldValue.DataField Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-fixedfieldvalue.md

latest1.6 KB
Original Source

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public PivotGridFieldBase DataField { get; set; }
vb
Public Property DataField As PivotGridFieldBase

Property Value

TypeDescription
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

FixedFieldValue Class

FixedFieldValue Members

DevExpress.XtraPivotGrid Namespace