Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

Property Value

Type Description
Boolean

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

See Also