TreeViewSettingsLoadingPanel.Mode Property
In This Article
Gets or sets a value that specifies how a loading panel is displayed within the ASPxTreeView.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(TreeViewLoadingPanelMode.ShowNearNode)]
public TreeViewLoadingPanelMode Mode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tree |
Show |
A Tree |
Available values:
Name | Description |
---|---|
Show |
A loading panel is displayed at the center of the ASPx |
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. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Mode |
---|---|---|
ASP. |
Tree |
|
ASP. |
ASPx |
|
See Also