Skip to main content

IClusterer.IsBusy Property

Returns a value indicating whether a clusterer is busy or not.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

bool IsBusy { get; }

Property Value

Type Description
Boolean

true if clusterer is clustering items; otherwise false.

Remarks

The clusterer is considered busy when calculating representative clusters.

See Also