ASPxMenuBase.LoadingPanelImage Property
In This Article
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.v25.1.dll
#Declaration
public virtual ImageProperties LoadingPanelImage { get; }
#Property Value
Type | Description |
---|---|
Image |
A Image |
See Also