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

MapClusterer.Items Property

Returns the collection of map items representing clusterized source map items.

Namespace: DevExpress.Xpf.Map

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

Declaration

public override MapVectorItemCollection Items { get; }

Property Value

Type Description
MapVectorItemCollection

A MapVectorItemCollection object, representing the collection of MapItem class descendant objects.

See Also