Skip to main content
Tab

FileManagerStyles.Folder Property

Gets the style settings that define the appearance of folders.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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