MapEditor.ActiveItems Property
Gets or sets a collection of items that are currently on edit.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Property Value
Type | Description |
---|---|
ObservableCollection<MapItem> | The collection of items that are currently on edit. |
See Also