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