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

ASPxGridTextSettings.ToolbarShowSearchPanel Property

Specifies the text displayed in the Search Panel toolbar item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

The 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

The toolbar item displays ‘Search Panel’ if the ToolbarShowSearchPanel property is set to an empty string.

Note

The ToolbarShowSearchPanel property is not in effect if the toolbar item’s Text property is specified.

See Also