Skip to main content
A newer version of this page is available. .

FixedFieldValueCollection Class

A collection that contains the field values to be pinned.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v22.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design

Declaration

public class FixedFieldValueCollection :
    Collection<FixedFieldValue>,
    IXtraSupportDeserializeCollection

The following members return FixedFieldValueCollection objects:

Inheritance

Object
Collection<FixedFieldValue>
FixedFieldValueCollection
See Also