Skip to main content

IClustererGroupProvider.OnClusterCreated(MapItem) Method

Called after the cluster is created.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

void OnClusterCreated(
    MapItem item
)

Parameters

Name Type Description
item MapItem

A MapItem class descendant object, that is the cluster representative.

Remarks

This method is invoked whenever the cluster is created using MapClustererBase class descendants.

See Also