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

FormatConditionCollection(IFormatConditionCollectionOwner) Constructor

Initializes a new instance of the FormatConditionCollection class.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

public FormatConditionCollection(
    IFormatConditionCollectionOwner owner
)

Parameters

Name Type
owner DevExpress.Xpf.PivotGrid.Internal.IFormatConditionCollectionOwner
See Also