Skip to main content
A newer version of this page is available. .

DiagramStyles.LoadingPanel Property

Gets the Loading Panel‘s style settings.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v19.2.dll

Declaration

public LoadingPanelStyle LoadingPanel { get; }

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