IClustererGroupProvider Interface
The interface that should be implemented by classes that can be used as group providers for clusterers.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Related API Members
The following members return IClustererGroupProvider objects:
Remarks
This interface introduces the IClustererGroupProvider.GetGroups method, which groups items, and the IClustererGroupProvider.OnClusterCreated method allowing you perform actions on an item represented cluster.
See Also