MapDataAdapterBase.DisplayItems Property
Returns map items which are displayed by a map control.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<MapItem> | A set of MapItem class descendant objects. |
See Also