MapEditor.ActiveItems Property
Gets or sets a collection of items that are currently on edit.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public ObservableCollection<MapItem> ActiveItems { get; set; }
#Property Value
Type | Description |
---|---|
Observable |
The collection of items that are currently on edit. |