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

RefreshButtonProperties.ShowImage Property

Gets or sets whether the image within the refresh button is displyed.

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ShowImage { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the refresh button image is displayed; otherwise, false.

Remarks

Use the RefreshButtonProperties.Image properties to specify the image for the refresh button of the ASPxCaptcha.

See Also