Skip to main content

UploadControlSettings.AddButton Property

Gets the settings of the Add button.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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

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

See Also