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

LegendItemCreatingEventArgs.Legend Property

Provides access to the legend for which a new item has been created.

Namespace: DevExpress.Xpf.Map

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

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

Declaration

public MapLegendBase Legend { get; }

Property Value

Type Description
MapLegendBase

A MapLegendBase class descendant.

Remarks

The created item can be accessed using the LegendItemCreatingEventArgs.Item property.

See Also