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.v19.2.dll

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