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.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public class FixedFieldValueCollection :
    Collection<FixedFieldValue>,
    IXtraSupportDeserializeCollection

The following members return FixedFieldValueCollection objects:

Inheritance

Object
Collection<FixedFieldValue>
FixedFieldValueCollection
See Also