Skip to main content
A newer version of this page is available. .
Tab

FileManagerFolderStyle Class

Defines style settings for folders.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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