Back to Devexpress

TreeViewLoadingPanelMode Enum

aspnet-devexpress-dot-web-02276b1f.md

latest1.8 KB
Original Source

TreeViewLoadingPanelMode Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum TreeViewLoadingPanelMode
vb
Public Enum TreeViewLoadingPanelMode

Members

NameDescription
ShowAsPopup

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

| | ShowNearNode |

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

| | Disabled |

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

|

The following properties accept/return TreeViewLoadingPanelMode values:

See Also

DevExpress.Web Namespace