Skip to main content
All docs
V25.2
  • 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

    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