UploadControlSettings.AddButton Property
Gets the settings of the Add button.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
AddButtonProperties | A AddButtonProperties object that represents the add button’s properties. |
Remarks
Use the AddButton property to access the settings defining a specific Add button - a click on this button adds a new file input element within the UploadControl.
Use the UploadControlSettings.ShowAddRemoveButtons property to define the Add button’s visibility within the UploadControl.
See Also