Skip to main content
Tab

FileManagerStyles Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class FileManagerStyles :
    StylesBase

The following members return FileManagerStyles objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxFileManager.Styles
ASP.NET MVC Extensions FileManagerSettings.Styles

Remarks

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

Implements

See Also