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

ASPxCaptcha.LoadingPanelImage Property

Gets the settings of an image displayed within an editor’s loading panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties LoadingPanelImage { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Remarks

The loading panel’s image is shown if the SettingsLoadingPanel.ShowImage property is set to true.

See Also