Skip to main content
Tab

FileManagerFolderStyle Class

Defines style settings for folders.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class FileManagerFolderStyle :
    FileManagerItemStyleBase

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.

See Also