Back to Devexpress

MapLegendItemCollection Class

windowsforms-devexpress-dot-xtramap-68bb7904.md

latest2.1 KB
Original Source

MapLegendItemCollection Class

A collection of MapLegendItemBase objects.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class MapLegendItemCollection :
    NotificationCollection<MapLegendItemBase>,
    ISupportSwapItems
vb
Public Class MapLegendItemCollection
    Inherits NotificationCollection(Of MapLegendItemBase)
    Implements 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.

Inheritance

Object DXCollectionBase<MapLegendItemBase> DXCollection<MapLegendItemBase> NotificationCollection<MapLegendItemBase> MapLegendItemCollection

See Also

MapLegendItemCollection Members

DevExpress.XtraMap Namespace