IExpandedClusterLayout.Initialize(MapItem) Method
If implemented, initializes the cluster parameters.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.2.dll
NuGet Package: DevExpress.Win.Map
Declaration
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