Skip to main content

MapLegendItemCollection Class

A collection of MapLegendItemBase objects.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public class MapLegendItemCollection :
    NotificationCollection<MapLegendItemBase>,
    ISupportSwapItems

The following members return MapLegendItemCollection objects:

Remarks

An object of the MapLegendItemCollection class can be accessed via the ColorListLegend.CustomItems and ColorScaleLegend.CustomItems properties.

See Also