MapEditor.ActiveItems Property
Gets or sets a collection of map items with which end-users can interact to change them.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<MapItem> | The collection of MapItem objects with which end-users can interact to change them. |
See Also