Skip to main content

ColorLegend.ColorLegendItems Property

Returns a collection of color legend items.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public IList<ColorLegendItem> ColorLegendItems { get; set; }

Property Value

Type Description
IList<DevExpress.UI.Xaml.Map.ColorLegendItem>

An IList<T><DevExpress.UI.Xaml.Map.ColorLegendItem,> object.

See Also