CaptchaSettings.RefreshButton Property
In This Article
Gets the settings of the captcha’s refresh button.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public RefreshButtonProperties RefreshButton { get; }
#Property Value
Type | Description |
---|---|
Refresh |
A Refresh |
#Remarks
The RefreshButton property allows you to access and customize the settings of the Captcha‘s refresh button.
See Also