Skip to main content

MapDataAdapterBase.DisplayItems Property

Returns map items which are displayed by a map control.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

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

Property Value

Type Description
IEnumerable<MapItem>

A set of MapItem class descendant objects.

See Also