Back to Devexpress

IClustererGroupProvider Interface

windowsforms-devexpress-dot-xtramap-dead2d2c.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public interface IClustererGroupProvider :
    ISupportObjectChanged
vb
Public Interface IClustererGroupProvider
    Inherits ISupportObjectChanged

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

IClustererGroupProvider Members

DevExpress.XtraMap Namespace