Skip to main content

UploadControlSettings.ShowClearFileSelectionButton Property

Gets or sets a value specifying whether the Clear file selection button is displayed.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public bool ShowClearFileSelectionButton { get; set; }

#Property Value

Type Description
Boolean

true if the button is displayed, otherwise, false.

#Remarks

Use the ShowClearFileSelectionButton property to specify whether the Clear file selection button is visible within the UploadControl. The button image can be specified via the UploadControlSettings.ClearFileSelectionImage property.

See Also