UploadControlSettings.UploadButton Property
In This Article
Gets the settings of the Upload button.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public UploadButtonProperties UploadButton { get; }
#Property Value
Type | Description |
---|---|
Upload |
A Upload |
#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