Skip to main content

CaptchaSettings.RefreshButton Property

Gets the settings of the captcha’s refresh button.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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