Skip to main content
All docs
V20.1

TreeMapControl.ToolTipInfo Property

Provides access to the ToolTipInfo object that contains settings of built-in TreeMap tooltips.

Namespace: DevExpress.Xpf.TreeMap

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

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

Declaration

[Browsable(false)]
public ToolTipInfo ToolTipInfo { get; }

Property Value

Type Description
ToolTipInfo

A ToolTipInfo object.

Remarks

For internal use only.

See Also