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.v18.2.dll

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:

Object Type Path to ShowOnPostBacks
ASPxTreeList
.SettingsLoadingPanel.ShowOnPostBacks
MVCxTreeList
.SettingsLoadingPanel.ShowOnPostBacks
TreeListSettings
.SettingsLoadingPanel.ShowOnPostBacks
TreeListSettings<RowType>
.SettingsLoadingPanel.ShowOnPostBacks
See Also