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

FileManagerImages.FileAreaFolder Property

Gets the settings of a folder image displayed in the file area.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ImageProperties FileAreaFolder { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Remarks

When the FileManagerSettingsFileList.ShowFolders property is set to true, folders are displayed in the file area. Use the FileAreaFolder property to specify a folder image.

ASPxFileManager - Items

See Also