Skip to main content

MapItemsLayerBase.SelectedItems Property

Gets or sets the collection of selected items on this layer.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public IList<object> SelectedItems { get; set; }

Property Value

Type Description
IList<Object>

A list of objects representing the collection of selected map items.

See Also