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

FileManagerFileContainerStyle Class

Defines style settings for a file container.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public class FileManagerFileContainerStyle :
    FileManagerContainerStyleBase

The following members return FileManagerFileContainerStyle objects:

Remarks

The FileManagerFileContainerStyle class contains settings that define the appearance of the file container within the ASPxFileManager control.

An object of the FileManagerFileContainerStyle type can be accessed via the FileManagerStyles.FileContainer property.

See Also