ASPxRoundPanel.LoadingPanelStyle Property
In This Article
Gets the style settings of a specific loading panel displayed as round panel content while waiting for a callback response.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public LoadingPanelStyle LoadingPanelStyle { get; }
#Property Value
Type | Description |
---|---|
Loading |
A Loading |
See Also