CaptchaSettings.RefreshButton Property
Gets the settings of the captcha’s refresh button.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
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