Skip to main content

TreeViewLoadingPanelMode Enum

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

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public enum TreeViewLoadingPanelMode

Members

Name Description
ShowAsPopup

A loading panel is displayed at the center of the TreeView, 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.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also