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