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

UploadControlExtension Class

An extension object implementing the UploadControl functionality.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v18.1.dll

Declaration

public class UploadControlExtension :
    ExtensionBase

The following members accept/return UploadControlExtension objects:

Remarks

To declare the UploadControl in a View, invoke the ExtensionsFactory.UploadControl helper method. This method returns the UploadControl extension that is implemented by the UploadControlExtension class.

To configure the UploadControl extension, pass the UploadControlSettings object to the ExtensionsFactory.UploadControl helper method as a parameter. The UploadControlSettings object contains all the UploadControl extension settings.

Refer to the UploadControl Overview topic to learn how to add the UploadControl extension to your project.

The following code snippets (auto-collected from DevExpress Examples) contain references to the UploadControlExtension class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
ExtensionBase
UploadControlExtension
See Also