Skip to main content

MapItemsLayerBase.SelectedItem Property

Gets or sets the currently selected item on a map.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[Browsable(false)]
[DefaultValue(null)]
public object SelectedItem { get; set; }

Property Value

Type Default Description
Object null

An object that is the currently selected map item.

See Also