Skip to main content
Tab

FileManagerFileContainerStyle Class

Defines style settings for a file container.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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