ASPxUploadControl.ClearFileSelectionImage Property
In This Article
Gets the settings of an image displayed within the Clear file selection button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImagePropertiesEx ClearFileSelectionImage { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Remarks
Use the ClearFileSelectionImage property to specify the Clear file selection button’s image. The button visibility can be specified by the ASPxUploadControl.ShowClearFileSelectionButton property.
See Also