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

RequestCompletedEventArgs.Items Property

Returns all the items generated for the layer as the result of a web request.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public MapItem[] Items { get; }

Property Value

Type Description
MapItem[]

An array of MapItem objects.

See Also