MapControl.ExpandCluster(MapItem, IExpandedClusterLayout) Method
In This Article
Expands the specified cluster and positions its elements according to the specified layout.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public void ExpandCluster(
MapItem item,
IExpandedClusterLayout layout
)
#Parameters
Name | Type | Description |
---|---|---|
item | Map |
The cluster to be expanded. |
layout | IExpanded |
The layout that is applied to clustered items. |
See Also