Skip to main content
A newer version of this page is available. .
All docs
V21.2

MapControl.ExpandCluster(MapItem, IExpandedClusterLayout) Method

Expands the specified cluster and positions its elements according to the specified layout.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public void ExpandCluster(
    MapItem item,
    IExpandedClusterLayout layout
)

Parameters

Name Type Description
item MapItem

The cluster to be expanded.

layout IExpandedClusterLayout

The layout that is applied to clustered items.

See Also