Skip to main content
All docs
V19.2

DiagramStyles.SidePanel Property

Gets the Side Panel‘s style settings.

Namespace: DevExpress.Web.ASPxDiagram

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

Declaration

public AppearanceStyleBase SidePanel { get; }

Property Value

Type Description
AppearanceStyleBase

An object that contains style settings.

Remarks

<dx:ASPxDiagram ID="ASPxDiagram1" runat="server">
  <Styles>
    <SidePanel BackColor="#FFEEFF" />
  </Styles>
</dx:ASPxDiagram>
See Also