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

ASPxNavBar.LoadingPanelImage Property

Gets the settings of an image to be displayed within a specific loading panel while waiting for a callback response.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageProperties LoadingPanelImage { get; }

Property Value

Type Description
ImageProperties

A ImageProperties object that contains the image’s settings.

See Also