Back to Devexpress

MapItem.EnableHighlighting Property

wpf-devexpress-dot-xpf-dot-map-dot-mapitem-42ad22ff.md

latest1.2 KB
Original Source

MapItem.EnableHighlighting Property

Gets or sets the value indicating whether the map item can be highlighted. This is a dependency property.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public bool? EnableHighlighting { get; set; }
vb
Public Property EnableHighlighting As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

null ( Nothing in Visual Basic) - the layer that contains the map item provides the value to the item;

True - the map item can be highlighted;

False - the map item cannot be highlighted.

|

See Also

MapItem Class

MapItem Members

DevExpress.Xpf.Map Namespace