MapClustererBase.Items Property
In This Article
Returns the collection of map items representing clusterized source map items.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public abstract MapVectorItemCollection Items { get; }
#Property Value
Type | Description |
---|---|
Map |
A Map |
See Also