Back to Devexpress

MapItem.ClusteredItems Property

windowsforms-devexpress-dot-xtramap-dot-mapitem-47f48cce.md

latest1.2 KB
Original Source

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

csharp
[Browsable(false)]
public IList<MapItem> ClusteredItems { get; set; }
vb
<Browsable(False)>
Public Property ClusteredItems As IList(Of MapItem)

Property Value

TypeDescription
IList<MapItem>

A list of MapItem objects.

|

See Also

MapItem Class

MapItem Members

DevExpress.XtraMap Namespace