Skip to main content
Tab

ASPxUploadControl() Constructor

Initializes a new instance of the ASPxUploadControl class with default settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxUploadControl()

Remarks

When ASPxUploadControl is created dynamically at run time, it can cause code skipping on file upload. To learn more see the Page Life Cycle During File Upload topic.

See Also