LegendItemCreatingEventArgs.Legend Property
In This Article
Provides access to the legend for which a new item has been created.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public MapLegendBase Legend { get; }
#Property Value
Type | Description |
---|---|
Map |
A Map |
#Remarks
The created item can be accessed using the LegendItemCreatingEventArgs.Item property.
See Also