Skip to main content
Tab

ASPxUploadControl.AddButton Property

Gets the settings of the add button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public AddButtonProperties AddButton { get; }

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