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

TreeListSettingsLoadingPanel.ShowOnPostBacks Property

Gets or sets whether a loading panel is shown on a client postback.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool ShowOnPostBacks { get; set; }

Property Value

Type Default Description
Boolean **false**

true to show a loading panel on a client postback; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowOnPostBacks
ASP.NET Controls and MVC Extensions ASPxTreeList
.SettingsLoadingPanel .ShowOnPostBacks
ASP.NET MVC Extensions MVCxTreeList
.SettingsLoadingPanel .ShowOnPostBacks
TreeListSettings
.SettingsLoadingPanel .ShowOnPostBacks
TreeListSettings<RowType>
.SettingsLoadingPanel .ShowOnPostBacks
See Also