Skip to main content
A newer version of this page is available. .

IClusterer.IsBusy Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

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