Skip to main content
Tab

ASPxRoundPanel.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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties LoadingPanelImage { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains the image settings.

See Also