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

ToolTipInfo.Visible Property

Gets the value indicating whether the tooltip is visible.

Namespace: DevExpress.Xpf.TreeMap

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

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

Declaration

public bool Visible { get; }

Property Value

Type Description
Boolean

true if the tooltip is visible; otherwise false.

See Also