Skip to main content

MapItemsLayerBase.ToolTipPattern Property

Gets or sets a string that is the pattern specifying the text to be displayed within a tooltip.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public string ToolTipPattern { get; set; }

Property Value

Type Description
String

A System.String that is the tooltip pattern.

See Also