ASPxUploadControl.AddButton Property
Gets the settings of the add button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
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 ASPxUploadControl.
Use the ASPxUploadControl.ShowAddRemoveButtons property to define the add button‘s visibility within the ASPxUploadControl.
See Also