Back to Devexpress

FormatConditionCollection Class

wpf-devexpress-dot-xpf-dot-pivotgrid-147ac44b.md

latest2.0 KB
Original Source

FormatConditionCollection Class

Represents a collection of format conditions.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public class FormatConditionCollection :
    ObservableCollectionCore<FormatConditionBase>,
    ILockable
vb
Public Class FormatConditionCollection
    Inherits ObservableCollectionCore(Of FormatConditionBase)
    Implements 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

FormatConditionCollection Members

DevExpress.Xpf.PivotGrid Namespace