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

TreeMapDependencyObject.Owner Property

Returns an object’s owner.

Namespace: DevExpress.Xpf.TreeMap

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

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

Declaration

public object Owner { get; }

Property Value

Type Description
Object

An owner object.

Property Paths

You can access this nested property as listed below:

Object Type Path to Owner
HierarchicalChartControlBase
.ToolTipOptions .Owner
SunburstControl
.ToolTipOptions .Owner
TreeMapControl
.ToolTipOptions .Owner
See Also