Skip to main content

MapItem.ClusteredItems Property

Returns the collection of MapItem objects that are in a cluster presented by this cluster representative.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

[Browsable(false)]
public IList<MapItem> ClusteredItems { get; }

Property Value

Type Description
IList<MapItem>

A list of MapItem objects.

See Also