UploadControlSettings.ClearFileSelectionImage Property
Gets the settings of an image displayed within the Clear file selection button.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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