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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, 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