Skip to main content
A newer version of this page is available. .

TreeListBand.IsLoading Property

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

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

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

Property Value

Type Description
Boolean

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

See Also