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

LegendItemCreatingEventArgs.Item Property

Returns the legend item being created.

Namespace: DevExpress.Xpf.Map

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

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

Declaration

public MapLegendItemBase Item { get; }

Property Value

Type Description
MapLegendItemBase

A MapLegendItemBase class descendant.

See Also