Skip to main content
All docs
V25.1
  • FixedFieldValueCondition.Field Property

    Gets or sets the field from the column area. Displayed cells’ values in the fixed column are calculated against this field.

    Namespace: DevExpress.XtraPivotGrid

    Assembly: DevExpress.PivotGrid.v25.1.Core.dll

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

    Declaration

    public PivotGridFieldBase Field { get; set; }

    Property Value

    Type Description
    PivotGridFieldBase

    A PivotGridFieldBase object that is a field.

    See Also