Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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 MVC Extensions TreeViewSettings
ASP.NET Web Forms Controls ASPxTreeView
See Also