Back to Devexpress

LegendItemCreatingEventArgs.Legend Property

wpf-devexpress-dot-xpf-dot-map-dot-legenditemcreatingeventargs-5a65cfdc.md

latest1.2 KB
Original Source

LegendItemCreatingEventArgs.Legend Property

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

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public MapLegendBase Legend { get; }
vb
Public ReadOnly Property Legend As MapLegendBase

Property Value

TypeDescription
MapLegendBase

A MapLegendBase class descendant.

|

Remarks

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

See Also

LegendItemCreatingEventArgs Class

LegendItemCreatingEventArgs Members

DevExpress.Xpf.Map Namespace