Skip to main content
A newer version of this page is available.
All docs
V19.2

BootstrapFileManagerCssClasses(BootstrapFileManager) Constructor

Initializes a new instance of the BootstrapFileManagerCssClasses class with the specified File Manager control.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

public BootstrapFileManagerCssClasses(
    BootstrapFileManager control
)

Parameters

Name Type Description
control BootstrapFileManager

An BootstrapFileManager object that owns the created object.

See Also