Skip to main content
A newer version of this page is available. .

MapEditor.ActiveItems Property

Gets or sets a collection of items that are currently on edit.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public ObservableCollection<MapItem> ActiveItems { get; set; }

Property Value

Type Description
ObservableCollection<MapItem>

The collection of items that are currently on edit.

See Also