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

CaptchaSettings.RefreshButton Property

Gets the settings of the captcha’s refresh button.

Namespace: DevExpress.Web.Mvc

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

Declaration

public RefreshButtonProperties RefreshButton { get; }

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