Skip to main content

MapControl.ToolTipTemplate Property

Gets or sets the template that defines the presentation of the map tooltip.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

[NonCategorized]
public DataTemplate ToolTipTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object that contains the map tooltip presentation template.

See Also