FileManagerImages.FolderContainerNodeLoadingPanel Property
In This Article
Gets the settings of an image displayed within a Node Loading Panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageProperties FolderContainerNodeLoadingPanel { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Remarks
When the FileManagerSettingsFolders.EnableCallBacks property is set to true
, the first expansion of a folder initiates a callback to the server to obtain the folder’s child folders. In this case, a specific Node Loading Panel is displayed near the folder being expanded while waiting for a callback response.
See Also