Skip to main content

GeoPointMapDashboardItemBase.EnableClustering Property

Gets or sets whether to enable clustering of map objects.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#Declaration

[DefaultValue(false)]
public bool EnableClustering { get; set; }

#Property Value

Type Default Description
Boolean false

true, to enable clustering of map objects; otherwise, false.

See Also