FormatConditionCollection Class
In This Article
Represents a collection of format conditions.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public class FormatConditionCollection :
ObservableCollectionCore<FormatConditionBase>,
ILockable
#Related API Members
The following members return FormatConditionCollection objects:
#Remarks
To manage the format conditions collection, use the PivotGridControl.FormatConditions property.
#Inheritance
Object
Collection<FormatConditionBase>
ObservableCollection<FormatConditionBase>
DevExpress.Xpf.Core.ObservableCollectionCore<FormatConditionBase>
FormatConditionCollection
See Also