PivotGridFormatConditionCollection.Add(PivotGridStyleFormatCondition) Method
Appends a style condition object to the collection.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
condition | PivotGridStyleFormatCondition | A PivotGridStyleFormatCondition object to be added to the collection. |
See Also