ASPxCallbackPanel.LoadingDivStyle Property
OBSOLETE
Use the Styles.LoadingDiv property instead.
Gets style settings that define the appearance of a specific Loading Div panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[Obsolete("Use the Styles.LoadingDiv property instead.")]
public LoadingDivStyle LoadingDivStyle { get; }
Property Value
Type |
---|
LoadingDivStyle |
See Also