MapItemsLayerBase.SelectedItems Property
In This Article
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
#Property Value
Type | Description |
---|---|
IList<Object> | A list of objects representing the collection of selected map items. |
See Also