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

RefreshButtonProperties.Text Property

Gets or sets the refresh button‘s text.

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("Show another code")]
public string Text { get; set; }

Property Value

Type Default Description
String "Show another code"

A string value that specifies the refresh button’s text.

See Also