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

    A collection that contains the field values to be pinned.

    Namespace: DevExpress.XtraPivotGrid

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

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

    #Declaration

    public class FixedFieldValueCollection :
        Collection<FixedFieldValue>,
        IXtraSupportDeserializeCollection

    The following members return FixedFieldValueCollection objects:

    #Inheritance

    Object
    Collection<FixedFieldValue>
    FixedFieldValueCollection
    See Also