TreeViewLoadingPanelMode Enum
In This Article
Lists values that specify how a loading panel is displayed within the TreeView.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Show |
A loading panel is displayed at the center of the Tree |
Show |
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. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also