Back to Devexpress

IClusterer.IsBusy Property

windowsforms-devexpress-dot-xtramap-dot-iclusterer-98cb3416.md

latest1.0 KB
Original Source

IClusterer.IsBusy Property

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
bool IsBusy { get; }
vb
ReadOnly Property IsBusy As Boolean

Property Value

TypeDescription
Boolean

true if clusterer is clustering items; otherwise false.

|

Remarks

The clusterer is considered busy when calculating representative clusters.

See Also

IClusterer Interface

IClusterer Members

DevExpress.XtraMap Namespace