ASPxCallbackPanel.LoadingPanelImage Property
In This Article
OBSOLETE
Use the Images.
Gets the position of an image displayed within a loading panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[Obsolete("Use the Images.LoadingPanel property instead.")]
public ImageProperties LoadingPanelImage { get; }
#Property Value
Type | Description |
---|---|
Image |
An object that contains the image settings. |
See Also