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

FixedFieldValueConditionCollection.AddRange(IEnumerable<FixedFieldValueCondition>) Method

Adds conditions that identify the columns to be pinned to the FixedFieldValueCollection

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public void AddRange(
    IEnumerable<FixedFieldValueCondition> items
)

Parameters

Name Type Description
items IEnumerable<FixedFieldValueCondition>

A list of conditions.

See Also