Skip to main content

CaptchaSettings.LoadingPanel Property

Gets the settings of the Captcha’s loading panel.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public SettingsLoadingPanel LoadingPanel { get; }

Property Value

Type Description
SettingsLoadingPanel

A SettingsLoadingPanel object that contains settings specific to a Captcha’s loading panel.

Remarks

The LoadingPanel property allows you to access and customize the settings of the Captcha‘s loading panel.

See Also