Skip to main content
All docs
V19.2

DiagramSidePanelSettings Class

Contains settings that affect the Side Panel’s functionality.

Namespace: DevExpress.Web.ASPxDiagram

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

Declaration

public class DiagramSidePanelSettings :
    PropertiesBase

The following members return DiagramSidePanelSettings objects:

Remarks

These settings can be accessed via the SettingsSidePanel property.

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

Implements

Inheritance

Object
StateManager
PropertiesBase
DiagramSidePanelSettings
See Also