FileManagerStyles.FileAreaFolder Property
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.
See Also