Skip to main content

LegendItemCreatingEventArgs.Legend Property

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

Namespace: DevExpress.Xpf.Map

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

NuGet Package: 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