Back to Devexpress

MapEditor.ActiveItems Property

windowsforms-devexpress-dot-xtramap-dot-mapeditor-ed8562f6.md

latest1.2 KB
Original Source

MapEditor.ActiveItems Property

Gets or sets a collection of map items with which end-users can interact to change them.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[Browsable(false)]
public IEnumerable<MapItem> ActiveItems { get; set; }
vb
<Browsable(False)>
Public Property ActiveItems As IEnumerable(Of MapItem)

Property Value

TypeDescription
IEnumerable<MapItem>

The collection of MapItem objects with which end-users can interact to change them.

|

See Also

MapEditor Class

MapEditor Members

DevExpress.XtraMap Namespace