Skip to main content
A newer version of this page is available. .

ColorLegend.CustomItems Property

Gets or sets a collection of custom color legend items.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public ColorLegendItemCollection CustomItems { get; set; }

Property Value

Type Description
ColorLegendItemCollection

A ColorLegendItemCollection object.

See Also