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

MapItemEditingEventArgs.Items Property

Returns the items to be displayed on a map.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public IEnumerable<MapItem> Items { get; }

Property Value

Type Description
IEnumerable<MapItem>

A collection of items.

See Also