wpf-devexpress-dot-xpf-dot-map-1a92f5f1.md
The base class for clusterers.
Namespace : DevExpress.Xpf.Map
Assembly : DevExpress.Xpf.Map.v25.2.dll
NuGet Package : DevExpress.Wpf.Map
public abstract class MapClustererBase :
MapDependencyObject,
IOwnedElement
Public MustInherit Class MapClustererBase
Inherits MapDependencyObject
Implements IOwnedElement
The following members return MapClustererBase objects:
This class introduces the MapClustererBase.Items property, allowing you to obtain clustered map items, and the MapClustererBase.Clusterize method, used to apply the clustering algorithm to the specified items.
For more information about clusterers, refer to the Clusterers topic.
Object DispatcherObject DependencyObject Freezable MapDependencyObject MapClustererBase MapClusterer
See Also