Back to Devexpress

MapEditor.ActiveItems Property

wpf-devexpress-dot-xpf-dot-map-dot-mapeditor-52cd55a4.md

latest1.1 KB
Original Source

MapEditor.ActiveItems Property

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

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public ObservableCollection<MapItem> ActiveItems { get; set; }
vb
Public Property ActiveItems As ObservableCollection(Of MapItem)

Property Value

TypeDescription
ObservableCollection<MapItem>

The collection of items that are currently on edit.

|

See Also

MapEditor Class

MapEditor Members

DevExpress.Xpf.Map Namespace