Skip to main content

BootstrapUploadControl Class

In This Article

A web control that allows files from the client computer to be uploaded and saved on the server.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

#Declaration

[DXClientDocumentationProviderWeb("BootstrapUploadControl")]
[ToolboxTabName("DX.24.2: Bootstrap Controls")]
public class BootstrapUploadControl :
    ASPxUploadControl,
    ISimpleRenderControl
See Also