DiagramStyles.LoadingPanel Property
In This Article
Gets the loading panel‘s style settings.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public LoadingPanelStyle LoadingPanel { get; }
#Property Value
Type | Description |
---|---|
Loading |
An object that contains style settings. |
#Remarks
<dx:ASPxDiagram ID="ASPxDiagram1" runat="server">
<Styles>
<LoadingPanel ForeColor="Gray" />
</Styles>
</dx:ASPxDiagram>
See Also