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