Skip to main content

MapItemsLayerBase.SelectedItem Property

Gets or sets the currently selected item on a layer.

Namespace: DevExpress.UI.Xaml.Map

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public object SelectedItem { get; set; }

#Property Value

Type Description
Object

An object that is the currently selected map item.

See Also