Skip to main content
Tab

ASPxUploadControl.ShowClearFileSelectionButton Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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