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

VectorLayer.Items Property

Provides access to the list of vector elements that are painted in this VectorLayer.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v19.2.dll

Declaration

public LayerMapItemCollection Items { get; }

Property Value

Type Description
LayerMapItemCollection

A LayerMapItemCollection object containing MapItem class descendants.

See Also