UploadControlSettings.UploadButton Property
Gets the settings of the Upload button.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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