Skip to main content

FixedFieldValueCollection Class

A collection that contains the field values to be pinned.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public class FixedFieldValueCollection :
    Collection<FixedFieldValue>,
    IXtraSupportDeserializeCollection

The following members return FixedFieldValueCollection objects:

Inheritance

Object
Collection<FixedFieldValue>
FixedFieldValueCollection
See Also