RequestCompletedEventArgs.Items Property
Returns all map items generated based on the request result from a map service.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Property Value
Type | Description |
---|---|
MapItem[] | An array of MapItem objects specifying the generated items. |
See Also