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

UploadControlSettings Class

Contains the UploadControl extension settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class UploadControlSettings :
    SettingsBase

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.

Inheritance

Object
SettingsBase
UploadControlSettings
See Also