Back to Devexpress

MapItemsLayerBase.SelectedItem Property

windowsforms-devexpress-dot-xtramap-dot-mapitemslayerbase-641f8ef6.md

latest1.1 KB
Original Source

MapItemsLayerBase.SelectedItem Property

Gets or sets the currently selected item on a map.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
public object SelectedItem { get; set; }
vb
<Browsable(False)>
<DefaultValue(Nothing)>
Public Property SelectedItem As Object

Property Value

TypeDefaultDescription
Objectnull

An object that is the currently selected map item.

|

See Also

MapItemsLayerBase Class

MapItemsLayerBase Members

DevExpress.XtraMap Namespace