Skip to main content
All docs
V19.2

ASPxDiagram.SettingsSidePanel Property

Provides access to the Side Panel’s settings.

Namespace: DevExpress.Web.ASPxDiagram

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

Declaration

public DiagramSidePanelSettings SettingsSidePanel { get; }

Property Value

Type Description
DiagramSidePanelSettings

An object that contains the Side Panel’s settings.

Remarks

<dx:ASPxDiagram ID="Diagram" runat="server" Width="100%" Height="600px">
    <SettingsSidePanel Visibility="Visible" />
</dx:ASPxDiagram>
See Also