FileManagerStyles.Folder Property
In This Article
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 |
---|---|
File |
A File |
#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