Back to Devexpress

CaptchaSettings.RefreshButton Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-captchasettings-449259ed.md

latest1.4 KB
Original Source

CaptchaSettings.RefreshButton Property

Gets the settings of the captcha’s refresh button.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public RefreshButtonProperties RefreshButton { get; }
vb
Public ReadOnly Property RefreshButton As RefreshButtonProperties

Property Value

TypeDescription
RefreshButtonProperties

A RefreshButtonProperties object that contains settings specific to a captcha’s refresh button.

|

Remarks

The RefreshButton property allows you to access and customize the settings of the Captcha ‘s refresh button.

See Also

Captcha

CaptchaSettings Class

CaptchaSettings Members

DevExpress.Web.Mvc Namespace