Back to Devexpress

CaptchaSettings.LoadingPanel Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-captchasettings-c738d7e9.md

latest1.4 KB
Original Source

CaptchaSettings.LoadingPanel Property

Gets the settings of the Captcha’s loading panel.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public SettingsLoadingPanel LoadingPanel { get; }
vb
Public ReadOnly Property LoadingPanel As SettingsLoadingPanel

Property Value

TypeDescription
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

Captcha

CaptchaSettings Class

CaptchaSettings Members

DevExpress.Web.Mvc Namespace