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

ASPxGridTextSettings.ToolbarShowSearchPanel Property

Gets or sets the text displayed within the Search Panel toolbar item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue("")]
public string ToolbarShowSearchPanel { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the command item’s text.

Property Paths

You can access this nested property as listed below:

Show 16 property paths
Library Object Type Path to ToolbarShowSearchPanel
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsText.ToolbarShowSearchPanel
ASPxGridView
.SettingsText.ToolbarShowSearchPanel
ASPxVerticalGrid
.SettingsText.ToolbarShowSearchPanel
GridViewProperties
.SettingsText.ToolbarShowSearchPanel
CardViewSettings
.SettingsText.ToolbarShowSearchPanel
CardViewSettings<CardType>
.SettingsText.ToolbarShowSearchPanel
GridViewSettings
.SettingsText.ToolbarShowSearchPanel
GridViewSettings<RowType>
.SettingsText.ToolbarShowSearchPanel
MVCxCardView
.SettingsText.ToolbarShowSearchPanel
MVCxGridView
.SettingsText.ToolbarShowSearchPanel
MVCxGridViewProperties
.SettingsText.ToolbarShowSearchPanel
MVCxVerticalGrid
.SettingsText.ToolbarShowSearchPanel
VerticalGridSettings
.SettingsText.ToolbarShowSearchPanel
VerticalGridSettings<ColumnType>
.SettingsText.ToolbarShowSearchPanel
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsText.ToolbarShowSearchPanel
BootstrapGridView
.SettingsText.ToolbarShowSearchPanel

Remarks

If the ToolbarShowSearchPanel property is set to an empty string, the default string (‘Search Panel’) is displayed. The ToolbarShowSearchPanel property is not in effect if the toolbar item’s Text property is specified.

See Also