Skip to main content
Tab

FileManagerImages.FileAreaFolder Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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