ASPxUploadControl.ShowClearFileSelectionButton Property
In This Article
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
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#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