Back to Devexpress

TreeList.LoadingPanelVisible Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-afa9b940.md

latest2.0 KB
Original Source

TreeList.LoadingPanelVisible Property

Gets or sets whether the animated Loading Panel indicating the data load process is displayed.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true if the Loading panel is displayed; otherwise, false.

|

Remarks

Set the LoadingPanelVisible property to display the Loading Panel containing an animated image (obtained from the current skin).

You can also use the TreeList.ShowLoadingPanel and TreeList.HideLoadingPanel methods to show or hide the Loading Panel.

See Also

ShowLoadingPanel()

HideLoadingPanel()

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace