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

ASPxUploadControl.ShowClearFileSelectionButton Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(true)]
public bool ShowClearFileSelectionButton { get; set; }

Property Value

Type Default Description
Boolean **true**

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 ASPxUploadControl. The button image can be specified via the ASPxUploadControl.ClearFileSelectionImage property.

See Also