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

InformationDataProviderBase.IsBusy Property

OBSOLETE

The IsBusy property is obsolete now

Returns a value indicating the InformationDataProviderBase is currently busy performing a previous request.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

[Obsolete("The IsBusy property is obsolete now")]
[PreferableMember("InformationDataProviderBase", "IsBusy", "Boolean")]
[Browsable(false)]
public virtual bool IsBusy { get; protected set; }

Property Value

Type Description
Boolean

true, if a data provider is busy; otherwise, false.

See Also