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

MapItemCreatingEventArgs.Item Property

Returns the map item that is in the create process.

Namespace: DevExpress.Xpf.Map

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public MapItem Item { get; }

Property Value

Type Description
MapItem

The map item that is in the create process.

See Also