windowsforms-devexpress-dot-xtramap-68bb7904.md
A collection of MapLegendItemBase objects.
Namespace : DevExpress.XtraMap
Assembly : DevExpress.XtraMap.v25.2.dll
NuGet Package : DevExpress.Win.Map
public class MapLegendItemCollection :
NotificationCollection<MapLegendItemBase>,
ISupportSwapItems
Public Class MapLegendItemCollection
Inherits NotificationCollection(Of MapLegendItemBase)
Implements ISupportSwapItems
The following members return MapLegendItemCollection objects:
An object of the MapLegendItemCollection class can be accessed via the ColorListLegend.CustomItems and ColorScaleLegend.CustomItems properties.
Object DXCollectionBase<MapLegendItemBase> DXCollection<MapLegendItemBase> NotificationCollection<MapLegendItemBase> MapLegendItemCollection
See Also