Back to Devexpress

FixedFieldValueConditionCollection Class

corelibraries-devexpress-dot-xtrapivotgrid-9252303f.md

latest1.8 KB
Original Source

FixedFieldValueConditionCollection Class

A collection that contains conditions used to identify the columns 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 FixedFieldValueConditionCollection :
    ObservableCollection<FixedFieldValueCondition>
vb
Public Class FixedFieldValueConditionCollection
    Inherits ObservableCollection(Of FixedFieldValueCondition)

The following members return FixedFieldValueConditionCollection objects:

Inheritance

Object Collection<FixedFieldValueCondition> ObservableCollection<FixedFieldValueCondition> FixedFieldValueConditionCollection

See Also

FixedFieldValueConditionCollection Members

DevExpress.XtraPivotGrid Namespace