Back to Devexpress

UploadControlSettings.AddButton Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-uploadcontrolsettings-671fbed3.md

latest1.6 KB
Original Source

UploadControlSettings.AddButton Property

Gets the settings of the Add button.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

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 UploadControl.

Use the UploadControlSettings.ShowAddRemoveButtons property to define the Add button’s visibility within the UploadControl.

See Also

File Upload

UploadControlSettings Class

UploadControlSettings Members

DevExpress.Web.Mvc Namespace