Skip to main content

UploadControlSettings.UploadButton Property

Gets the settings of the Upload button.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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