Back to Devexpress

BaseView.IsLoading Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-af7397b1.md

latest1.2 KB
Original Source

BaseView.IsLoading Property

Gets whether the current object is being loaded.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool IsLoading { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsLoading As Boolean

Property Value

TypeDescription
Boolean

true if the current object is being loaded; otherwise, false.

|

See Also

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace