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
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| items | IEnumerable<FixedFieldValueCondition> | A list of conditions. |
See Also