Back to Devexpress

ASPxUploadControl.AddButton Property

aspnet-devexpress-dot-web-dot-aspxuploadcontrol-90192fd2.md

latest1.8 KB
Original Source

ASPxUploadControl.AddButton Property

Gets the settings of the add button.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public AddButtonProperties AddButton { get; }
vb
Public ReadOnly Property AddButton As AddButtonProperties

Property Value

TypeDescription
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

ASPxUploadControl Class

ASPxUploadControl Members

DevExpress.Web Namespace