Back to Devexpress

MapControl.ShowToolTips Property

windowsforms-devexpress-dot-xtramap-dot-mapcontrol-f224a717.md

latest1.1 KB
Original Source

MapControl.ShowToolTips Property

Gets or sets a value that specifies whether to show tooltips on a map.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(true)]
public bool ShowToolTips { get; set; }
vb
<DefaultValue(True)>
Public Property ShowToolTips As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to show tooltips on a map; otherwise, false.

|

See Also

MapControl Class

MapControl Members

DevExpress.XtraMap Namespace