MapItem.ClusteredItems Property
Returns the collection of MapItem objects that are in a cluster presented by this cluster representative.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.2.dll
NuGet Package: DevExpress.Win.Map
Declaration
Property Value
| Type | Description |
|---|---|
| IList<MapItem> | A list of MapItem objects. |
See Also