Skip to main content
Tab

ASPxUploadControl.ClearFileSelectionImage Property

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
ImagePropertiesEx

An ImagePropertiesEx object that contains image settings.

#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