A newer version of this page is available.
Switch to the current version.
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.v19.2.dll
Declaration
public interface IClustererGroupProvider :
ISupportObjectChanged
Public Interface IClustererGroupProvider
Inherits ISupportObjectChanged
Related API Members
The following members accept/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
Feedback