FileManagerImages.FolderContainerNodeLoadingPanel Property
Gets the settings of an image displayed within a Node Loading Panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ImageProperties | An ImageProperties object that contains image settings. |
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