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

TreeViewLoadingPanelMode Enum

Lists values that specify how a loading panel is displayed within the ASPxTreeView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum TreeViewLoadingPanelMode

Members

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.

Related API Members

The following properties accept/return TreeViewLoadingPanelMode values:

Remarks

The values listed by this enumeration are used to set the TreeViewSettingsLoadingPanel.Mode property.

See Also