Skip to main content

MapEditor.ActiveItems Property

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

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.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