Skip to main content

MapClustererBase.Items Property

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

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public abstract MapVectorItemCollection Items { get; }

Property Value

Type Description
MapVectorItemCollection

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

See Also