Back to Devexpress

TreeListBand.IsLoading Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistband-e6284ff5.md

latest1.4 KB
Original Source

TreeListBand.IsLoading Property

Indicates whether the TreeList control owning the current band is being initialized.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

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

Property Value

TypeDescription
Boolean

true if the TreeList control is being initialized; otherwise, false.

|

See Also

TreeListBand Class

TreeListBand Members

DevExpress.XtraTreeList.Columns Namespace