MapLegendItemCollection Class
A collection of MapLegendItemBase objects.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
public class MapLegendItemCollection :
NotificationCollection<MapLegendItemBase>,
ISupportSwapItems
Related API Members
The following members return MapLegendItemCollection objects:
Remarks
An object of the MapLegendItemCollection class can be accessed via the ColorListLegend.CustomItems and ColorScaleLegend.CustomItems properties.
Inheritance
See Also