Skip to main content
All docs
V23.2

ExpandedClusterAdaptiveLayout.Initialize(MapItem) Method

If overridden, initializes the cluster parameters.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public override void Initialize(
    MapItem clusterItem
)

Parameters

Name Type Description
clusterItem MapItem

An item that indicates the cluster.

Remarks

You can use the Initialize method to access the clustered item collection (clusterItem.ClusteredItems) and perform custom calculations. For example, you can compute the cluster’s center point.

See Also