Skip to main content

RefreshButtonProperties.ShowImage Property

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

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v24.1.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