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.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Property Value
| Type | Description |
|---|---|
| IList<MapItem> | A list of MapItem objects. |
See Also