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.v18.2.dll

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