Skip to main content

UploadControlSettings.ShowAddRemoveButtons Property

Gets or sets a value the specifies whether the Add and Remove buttons are displayed within the UploadControl.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool ShowAddRemoveButtons { get; set; }

Property Value

Type Description
Boolean

true, if the buttons are visible, otherwise, false.

Remarks

Use the ShowAddRemoveButtons property to specify whether the Add and Remove buttons are visible within the UploadControl.

The appearance of these buttons is customized, by using the UploadControlStyles.Button property (accessed via UploadControlSettings.Styles). The image and text for the Add and Remove buttons are defined via the UploadControlSettings.AddButton and the UploadControlSettings.RemoveButton properties.

See Also