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

MapDataAdapterBase.DisplayItems Property

Returns map items which are displayed by a map control.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v19.1.dll

Declaration

[Browsable(false)]
public IEnumerable<MapItem> DisplayItems { get; }

Property Value

Type Description
IEnumerable<MapItem>

A set of MapItem class descendant objects.

See Also