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

FileManagerStyles.Folder Property

Gets the style settings that define the appearance of folders.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public FileManagerFolderStyle Folder { get; }

Property Value

Type Description
FileManagerFolderStyle

A FileManagerFolderStyle object that contains the style settings.

Remarks

The Folder property allows the appearance of all folders to be specified. Use the FileManagerStyles.Item property to define the common appearance of files and folders.

See Also