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

FileManagerStyles.FileAreaFolder Property

Gets the style settings that define the appearance of folders displayed in the file area.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public FileManagerFileStyle FileAreaFolder { get; }

Property Value

Type Description
FileManagerFileStyle

A FileManagerFileStyle object that contains the style settings.

Remarks

When the FileManagerSettingsFileList.ShowFolders property is set to true, folders are displayed in the file area. Use the FileAreaFolder property to specify the folder style. The folder image can be specified by the FileManagerImages.FileAreaFolder property.

To define the common appearance of files and folders, use the FileManagerStyles.Item property.

ASPxFileManager - Items

See Also