Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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