ItemsLoadedEventArgs.Items Property
Returns the list of loaded map items.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.2.dll
NuGet Package: DevExpress.Win.Map
Declaration
Property Value
| Type | Description |
|---|---|
| IList<MapItem> | A list of MapItem class descendant objects. |
See Also