Skip to main content
A newer version of this page is available. .

ClusteredEventArgs.Items Property

Returns the collection of cluster representatives.

Namespace: DevExpress.Xpf.Map

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public IEnumerable<MapItem> Items { get; }

Property Value

Type Description
IEnumerable<MapItem>

A collection of MapItem objects that are cluster representatives.

See Also