Skip to main content
A newer version of this page is available. .
All docs
V20.2

DiagramToolboxSettings.ShowSearch Property

Specifies whether the search box is visible.

Namespace: DevExpress.Web.ASPxDiagram

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **true**

true to display the search box; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowSearch
ASP.NET Controls and MVC Extensions ASPxDiagram
.SettingsToolbox .ShowSearch
ASP.NET MVC Extensions DiagramSettings
.SettingsToolbox .ShowSearch
MVCxDiagram
.SettingsToolbox .ShowSearch

Remarks

Diagram toolbox search box

See Also