FileManagerFolderStyle Class
In This Article
Defines style settings for folders.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class FileManagerFolderStyle :
FileManagerItemStyleBase
#Related API Members
The following members return FileManagerFolderStyle objects:
#Remarks
The FileManagerFolderStyle class contains settings that define the appearance of folders within the ASPxFileManager control.
An object of the FileManagerFolderStyle type can be accessed via the FileManagerStyles.Folder property.
#Inheritance
Object
MarshalByRefObject
Component
Style
AppearanceStyleBase
FileManagerItemStyleBase
FileManagerFolderStyle
See Also