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

FileManagerFolderContainerStyle Class

Defines style settings for a folder container.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class FileManagerFolderContainerStyle :
    FileManagerContainerStyleBase

The following members return FileManagerFolderContainerStyle objects:

Remarks

The FileManagerFolderContainerStyle class contains settings that define the appearance of a folder container within the ASPxFileManager control.

An object of the FileManagerFolderContainerStyle type can be accessed via the FileManagerStyles.FolderContainer property.

See Also