Skip to main content
A newer version of this page is available. .

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

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