Skip to main content
All docs
V25.1
  • FixedFieldValueConditionCollection Class

    A collection that contains conditions used to identify the columns to be pinned.

    Namespace: DevExpress.XtraPivotGrid

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

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

    #Declaration

    public class FixedFieldValueConditionCollection :
        ObservableCollection<FixedFieldValueCondition>

    The following members return FixedFieldValueConditionCollection objects:

    See Also