Skip to main content

TreeListBand.IsLoading Property

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

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

[Browsable(false)]
public bool IsLoading { get; }

Property Value

Type Description
Boolean

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

See Also