Back to Devexpress

VectorLayerBase.SelectedItem Property

wpf-devexpress-dot-xpf-dot-map-dot-vectorlayerbase-8e96d138.md

latest1.0 KB
Original Source

VectorLayerBase.SelectedItem Property

Gets or sets the currently selected item on a map.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
[NonCategorized]
public object SelectedItem { get; set; }
vb
<NonCategorized>
Public Property SelectedItem As Object

Property Value

TypeDescription
Object

An object that is the currently selected map item.

|

See Also

VectorLayerBase Class

VectorLayerBase Members

DevExpress.Xpf.Map Namespace