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

FileManagerStyles Class

Contains settings that allow the appearance of elements, used within ASPxFileManager, to be defined.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class FileManagerStyles :
    StylesBase

The following members return FileManagerStyles objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxFileManager.Styles
ASP.NET Bootstrap Controls BootstrapFileManager.Styles
ASP.NET MVC Extensions FileManagerSettings.Styles

Remarks

These settings can be accessed using the ASPxFileManager.Styles property.

Implements

See Also