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

FormatConditionCollection.Owner Property

Gets the format condition’s owner.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

[Browsable(false)]
public IFormatConditionCollectionOwner Owner { get; }

Property Value

Type Description
DevExpress.Xpf.PivotGrid.Internal.IFormatConditionCollectionOwner

A DevExpress.Xpf.PivotGrid.Internal.IFormatConditionCollectionOwner object that is the format condition’s owner.

See Also