FormatConditionBase.Owner Property
In This Article
Gets the format condition’s owner.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
[Browsable(false)]
public FormatConditionCollection Owner { get; }
#Property Value
Type | Description |
---|---|
Format |
A Format |
See Also