MapControl.ToolTipTemplate Property
In This Article
Gets or sets the template that defines the presentation of the map tooltip.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public DataTemplate ToolTipTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
See Also