Skip to main content
Tab

FileManagerFolderContainerStyle Class

Defines style settings for a folder container.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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