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