UploadControlSettings.ClearFileSelectionImage Property
In This Article
Gets the settings of an image displayed within the Clear file selection button.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#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 UploadControlSettings.ShowClearFileSelectionButton property.
See Also