Back to Devexpress

InformationDataProviderBase.IsBusy Property

windowsforms-devexpress-dot-xtramap-dot-informationdataproviderbase-0107dfb0.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("The IsBusy property is obsolete now")]
[PreferableMember("InformationDataProviderBase", "IsBusy", "Boolean")]
public virtual bool IsBusy { get; protected set; }
vb
<Obsolete("The IsBusy property is obsolete now")>
<PreferableMember("InformationDataProviderBase", "IsBusy", "Boolean")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property IsBusy As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

InformationDataProviderBase Class

InformationDataProviderBase Members

DevExpress.XtraMap Namespace