Back to Devexpress

RefreshButtonProperties.Text Property

aspnet-devexpress-dot-web-dot-captcha-dot-refreshbuttonproperties.md

latest1.3 KB
Original Source

RefreshButtonProperties.Text Property

Gets or sets the refresh button‘s text.

Namespace : DevExpress.Web.Captcha

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("Show another code")]
public string Text { get; set; }
vb
<DefaultValue("Show another code")>
Public Property Text As String

Property Value

TypeDefaultDescription
String"Show another code"

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

|

See Also

Captcha Control

RefreshButtonProperties Class

RefreshButtonProperties Members

DevExpress.Web.Captcha Namespace