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.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

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