FixedFieldValueConditionCollection.AddRange(IEnumerable<FixedFieldValueCondition>) Method
In This Article
Adds conditions that identify the columns to be pinned to the FixedFieldValueCollection
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public void AddRange(
IEnumerable<FixedFieldValueCondition> items
)
#Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable<Fixed |
A list of conditions. |
See Also