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

FixedFieldValueConditionCollection Class

A collection that contains conditions used to identify the columns to be pinned.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v20.1.Core.dll

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

Declaration

public class FixedFieldValueConditionCollection :
    ObservableCollection<FixedFieldValueCondition>

The following members return FixedFieldValueConditionCollection objects:

See Also