wpf-devexpress-dot-xpf-dot-pivotgrid-147ac44b.md
Represents a collection of format conditions.
Namespace : DevExpress.Xpf.PivotGrid
Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll
NuGet Package : DevExpress.Wpf.PivotGrid
public class FormatConditionCollection :
ObservableCollectionCore<FormatConditionBase>,
ILockable
Public Class FormatConditionCollection
Inherits ObservableCollectionCore(Of FormatConditionBase)
Implements ILockable
The following members return FormatConditionCollection objects:
To manage the format conditions collection, use the PivotGridControl.FormatConditions property.
Object Collection<FormatConditionBase> ObservableCollection<FormatConditionBase> DevExpress.Xpf.Core.ObservableCollectionCore<FormatConditionBase> FormatConditionCollection
See Also