MapItemsLayerBase.SelectedItems Property
In This Article
Gets the collection of selected items of the MapItemsLayerBase object.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
[Browsable(false)]
public SelectedItemCollection SelectedItems { get; }
#Property Value
Type | Description |
---|---|
Selected |
A Selected |
See Also