Skip to main content

MapItemEventArgs.Item Property

Provides access to the map item, for which this event has been raised.

Namespace: DevExpress.UI.Xaml.Map

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public MapItem Item { get; }

#Property Value

Type Description
MapItem

A MapItem object.

See Also