Skip to main content

FormatConditionBase.Owner Property

Gets the format condition’s owner.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

Type Description
FormatConditionCollection

A FormatConditionCollection object that is the format condition’s owner.

See Also