Back to Devexpress

FixedFieldValueConditionCollection.AddRange(IEnumerable<FixedFieldValueCondition>) Method

corelibraries-devexpress-dot-xtrapivotgrid-dot-fixedfieldvalueconditioncollection-dot-addrange-x28-system-dot-collections-dot-generic-dot-ienumerable-devexpress-dot-xtrapivotgrid-dot-fixedfieldvaluecondition-x29.md

latest1.8 KB
Original Source

FixedFieldValueConditionCollection.AddRange(IEnumerable<FixedFieldValueCondition>) Method

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

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public void AddRange(
    IEnumerable<FixedFieldValueCondition> items
)
vb
Public Sub AddRange(
    items As IEnumerable(Of FixedFieldValueCondition)
)

Parameters

NameTypeDescription
itemsIEnumerable<FixedFieldValueCondition>

A list of conditions.

|

See Also

FixedFieldValueConditionCollection Class

FixedFieldValueConditionCollection Members

DevExpress.XtraPivotGrid Namespace