Skip to main content
All docs
V25.1
  • 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.1.Core.dll

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

    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