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

UploadControlSettings.ShowClearFileSelectionButton Property

Gets or sets a value specifying whether the Clear file selection button is displayed.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public bool ShowClearFileSelectionButton { get; set; }

Property Value

Type Description
Boolean

true if the button is displayed, otherwise, false.

Remarks

Use the ShowClearFileSelectionButton property to specify whether the Clear file selection button is visible within the UploadControl. The button image can be specified via the UploadControlSettings.ClearFileSelectionImage property.

See Also