Skip to main content
A newer version of this page is available. .

FormatConditionCollection Class

Represents a collection of format conditions.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public class FormatConditionCollection :
    ObservableCollectionCore<FormatConditionBase>,
    ILockable

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