Skip to main content
All docs
V25.1
  • DiagramStyles.LoadingPanel Property

    Gets the loading panel‘s style settings.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.dll

    NuGet Package: DevExpress.Web

    #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