Skip to main content

LegendItemCreatingEventArgs.Legend Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public MapLegendBase Legend { get; }

Property Value

Type Description
MapLegendBase

A MapLegendBase class descendant.

Remarks

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

See Also