Skip to main content

ToolTipInfo.ToolTipText Property

Gets the hint for the map item located at the specified point on a map.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public string ToolTipText { get; }

Property Value

Type Description
String

A string value representing the text displayed when the mouse pointer is over a map item.

See Also