Skip to main content

MapControl.ToolTipTemplate Property

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
DataTemplate

A DataTemplate object that contains the map template.

See Also