Skip to main content
A newer version of this page is available. .

DiagramContextToolboxSettings.DisplayMode Property

Specifies how shapes are displayed in the context toolbox.

Namespace: DevExpress.Web.ASPxDiagram

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(DiagramToolboxGroupDisplayMode.Icons)]
public DiagramToolboxGroupDisplayMode DisplayMode { get; set; }

Property Value

Type Default Description
DiagramToolboxGroupDisplayMode Icons

The display mode.

Available values:

Name Description
Icons

Shapes are displayed as icons.
Toolbox Group Display Mode

Texts

Shapes are displayed as texts.
Toolbox Group Display Mode

Property Paths

You can access this nested property as listed below:

Object Type Path to DisplayMode
ASPxDiagram
.SettingsContextToolbox .DisplayMode

Remarks

<dx:ASPxDiagram ID="Diagram" runat="server" Width="100%" Height="600px">
    <SettingsContextToolbox Category="General" DisplayMode="Texts"  />
    ...
</dx:ASPxDiagram>
See Also