ASPxCallbackPanel.LoadingPanelStyle Property
OBSOLETE
Use the Styles.LoadingPanel property instead.
Gets the style settings defining the appearance of the loading panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[Obsolete("Use the Styles.LoadingPanel property instead.")]
public LoadingPanelStyle LoadingPanelStyle { get; }
Property Value
Type |
---|
LoadingPanelStyle |
See Also