Skip to main content

DiagramContextToolboxSettings.Enabled Property

Specifies the context toolbox’s availability.

Namespace: DevExpress.Web.ASPxDiagram

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool Enabled { get; set; }

Property Value

Type Default Description
Boolean true

true, to enable the context toolbox; otherwise, false

Property Paths

You can access this nested property as listed below:

Object Type Path to Enabled
ASPxDiagram

Remarks

<dx:ASPxDiagram ID="Diagram" runat="server" Width="100%" Height="600px">
    <SettingsContextToolbox Enabled="False" />
</dx:ASPxDiagram>
See Also