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

UploadControlSettings.UploadButton Property

Gets the settings of the Upload button.

Namespace: DevExpress.Web.Mvc

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

Declaration

public UploadButtonProperties UploadButton { get; }

Property Value

Type Description
UploadButtonProperties

A UploadButtonProperties object that represents the Upload button’s properties.

Remarks

Use the UploadButton property to access the settings which specifically define the Upload button - a click on this button uploads the files specified within the UploadControl’s file input elements.

Use the UploadControlSettings.ShowUploadButton property to define the Upload button’s visibility within the UploadControl.

See Also