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

UploadControlSettings.ShowUploadButton Property

Gets or sets a value the specifies whether the Upload button is displayed within the Add and Upload button area.

Namespace: DevExpress.Web.Mvc

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

Declaration

public bool ShowUploadButton { get; set; }

Property Value

Type Description
Boolean

true, if the button is visible, otherwise, false.

Remarks

Use the ShowUploadButton property to specify whether the Upload button is visible within the UploadControl.

The appearance of this button can be customized by using the UploadControlStyles.Button property (available via the UploadControlSettings.Styles). The Upload button’s image and text are defined via the UploadControlSettings.UploadButton property.

See Also