DiagramContextToolboxSettings.Enabled Property
Specifies the context toolbox’s availability.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v22.2.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Enabled |
---|---|---|
ASP.NET MVC Extensions | DiagramSettings |
|
MVCxDiagram |
|
|
ASP.NET Web Forms Controls | ASPxDiagram |
|
Remarks
<dx:ASPxDiagram ID="Diagram" runat="server" Width="100%" Height="600px">
<SettingsContextToolbox Enabled="False" />
</dx:ASPxDiagram>
See Also