Back to Devexpress

MapItemEditingEventArgs.Items Property

windowsforms-devexpress-dot-xtramap-dot-mapitemeditingeventargs-d032c6be.md

latest1.1 KB
Original Source

MapItemEditingEventArgs.Items Property

Returns the items to be displayed on a map.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public IEnumerable<MapItem> Items { get; }
vb
Public ReadOnly Property Items As IEnumerable(Of MapItem)

Property Value

TypeDescription
IEnumerable<MapItem>

A collection of items.

|

See Also

MapItemEditingEventArgs Class

MapItemEditingEventArgs Members

DevExpress.XtraMap Namespace