Skip to main content
A newer version of this page is available. .

MapItemSelectionChangingEventArgs.Selection Property

Gets the list of selected objects on a map.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public IList Selection { get; }

Property Value

Type Description
IList

A list of selected objects.

See Also