Skip to main content

VectorLayerBase.SelectedItem Property

Gets or sets the currently selected item on a map.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

[NonCategorized]
public object SelectedItem { get; set; }

Property Value

Type Description
Object

An object that is the currently selected map item.

See Also