Skip to main content
A newer version of this page is available. .

UploadControlSettings.ClearFileSelectionImage Property

Gets the settings of an image displayed within the Clear file selection button.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

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 UploadControlSettings.ShowClearFileSelectionButton property.

See Also