MapLegendItemBase.Legend Property
In This Article
Returns the legend that owns this item.
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 |
The owner. |
See Also