Skip to main content
A newer version of this page is available.
All docs
V19.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.v19.1.dll

Declaration

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

Property Value

Type Description
ToolTipInfo

A ToolTipInfo object.

Remarks

For internal use only.

See Also