Back to Devexpress

MapSelectionEventArgs.Selection Property

windowsforms-devexpress-dot-xtramap-dot-mapselectioneventargs.md

latest1.1 KB
Original Source

MapSelectionEventArgs.Selection Property

Gets the list of selected objects on a map.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public IList<object> Selection { get; }
vb
Public ReadOnly Property Selection As IList(Of Object)

Property Value

TypeDescription
IList<Object>

A list of selected objects.

|

See Also

MapSelectionEventArgs Class

MapSelectionEventArgs Members

DevExpress.XtraMap Namespace