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

TreeViewSettingsLoadingPanel.Mode Property

Gets or sets a value that specifies how a loading panel is displayed within the ASPxTreeView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(TreeViewLoadingPanelMode.ShowNearNode)]
public TreeViewLoadingPanelMode Mode { get; set; }

Property Value

Type Default Description
TreeViewLoadingPanelMode **ShowNearNode**

A TreeViewLoadingPanelMode enumeration value that specifies the loading panel’s display mode.

Available values:

Name Description
ShowAsPopup

A loading panel is displayed at the center of the ASPxTreeView, while waiting for a callback response.

TreeView - Loading Panel

ShowNearNode

A loading panel is displayed near the expanding node (in place of the expand button), while waiting for a callback response.

TreeView - Near Loading Panel

Disabled

A loading panel isn’t displayed while waiting for a callback response.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Mode
ASP.NET Controls and MVC Extensions ASPxTreeView
MVCxTreeView
TreeViewSettings
ASP.NET Bootstrap Controls BootstrapTreeView
See Also