Back to Devexpress

MapItemsLayerBase.SelectedItems Property

windowsforms-devexpress-dot-xtramap-dot-mapitemslayerbase-20d11827.md

latest1.3 KB
Original Source

MapItemsLayerBase.SelectedItems Property

Gets the collection of selected items of the MapItemsLayerBase object.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[Browsable(false)]
public SelectedItemCollection SelectedItems { get; }
vb
<Browsable(False)>
Public ReadOnly Property SelectedItems As SelectedItemCollection

Property Value

TypeDescription
SelectedItemCollection

A SelectedItemCollection object representing the collection of selected map items.

|

See Also

MapItemsLayerBase Class

MapItemsLayerBase Members

DevExpress.XtraMap Namespace