Skip to main content

AttributeGroupProvider.OnClusterCreated(MapItem) Method

Called after the cluster is created.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public override void OnClusterCreated(
    MapItem item
)

Parameters

Name Type Description
item MapItem

A MapItemclass descendant object, that is the cluster representative.

Remarks

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

See Also