Skip to main content

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

NuGet Package: DevExpress.Win.Map

Declaration

[Browsable(false)]
public IEnumerable<MapItem> ActiveItems { get; set; }

Property Value

Type Description
IEnumerable<MapItem>

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

See Also