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

BootstrapUploadControl.UploadButton Property

Gets the settings of the upload button.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapUploadButtonProperties UploadButton { get; }

Property Value

Type Description
BootstrapUploadButtonProperties

A BootstrapUploadButtonProperties object that represents the upload button’s properties.

Remarks

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

Use the ASPxUploadControl.ShowUploadButton property to define the upload button’s visibility within the UploadControl.

See Also