Skip to main content
A newer version of this page is available. .
Tab

FileManagerImages.FolderContainerNodeLoadingPanel Property

Gets the settings of an image displayed within a Node Loading Panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageProperties FolderContainerNodeLoadingPanel { get; }

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