Back to Devexpress

MapItem.ClusteredItems Property

wpf-devexpress-dot-xpf-dot-map-dot-mapitem-5b313f0f.md

latest1.1 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

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

Property Value

TypeDescription
IList<MapItem>

A list of MapItem objects.

|

See Also

MapItem Class

MapItem Members

DevExpress.Xpf.Map Namespace