Back to Devexpress

FixedFieldValueCollection Class

corelibraries-devexpress-dot-xtrapivotgrid-fab094a5.md

latest1.6 KB
Original Source

FixedFieldValueCollection Class

A collection that contains the field values to be pinned.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public class FixedFieldValueCollection :
    Collection<FixedFieldValue>,
    IXtraSupportDeserializeCollection
vb
Public Class FixedFieldValueCollection
    Inherits Collection(Of FixedFieldValue)
    Implements IXtraSupportDeserializeCollection

The following members return FixedFieldValueCollection objects:

Inheritance

Object Collection<FixedFieldValue> FixedFieldValueCollection

See Also

FixedFieldValueCollection Members

DevExpress.XtraPivotGrid Namespace