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

SizeLegend.CustomItems Property

Provides access to the collection of custom legend items.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public SizeLegendItemCollection CustomItems { get; set; }

Property Value

Type Description
DevExpress.Xpf.Map.SizeLegendItemCollection

A DevExpress.Xpf.Map.SizeLegendItemCollection object that contains custom legend items.

See Also