Skip to main content

FixedFieldValueCollection Class

A collection that contains the field values to be pinned.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.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