ASPxUploadControl.AddButton Property
In This Article
Gets the settings of the add button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public AddButtonProperties AddButton { get; }
#Property Value
Type | Description |
---|---|
Add |
A Add |
#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