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

ASPxGridTextSettingsBase.HeaderFilterShowAll Property

Gets or sets the Show All header filter item’s caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that specifies the item’s text.

Property Paths

You can access this nested property as listed below:

Show 20 property paths
Library Object Type Path to HeaderFilterShowAll
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsText.HeaderFilterShowAll
BootstrapGridView
.SettingsText.HeaderFilterShowAll
ASP.NET Web Forms Controls ASPxCardView
.SettingsText.HeaderFilterShowAll
ASPxGridView
.SettingsText.HeaderFilterShowAll
ASPxTreeList
.SettingsText.HeaderFilterShowAll
ASPxVerticalGrid
.SettingsText.HeaderFilterShowAll
GridViewProperties
.SettingsText.HeaderFilterShowAll
CardViewSettings
.SettingsText.HeaderFilterShowAll
CardViewSettings<CardType>
.SettingsText.HeaderFilterShowAll
GridViewSettings
.SettingsText.HeaderFilterShowAll
GridViewSettings<RowType>
.SettingsText.HeaderFilterShowAll
MVCxCardView
.SettingsText.HeaderFilterShowAll
MVCxGridView
.SettingsText.HeaderFilterShowAll
MVCxGridViewProperties
.SettingsText.HeaderFilterShowAll
MVCxTreeList
.SettingsText.HeaderFilterShowAll
MVCxVerticalGrid
.SettingsText.HeaderFilterShowAll
TreeListSettings
.SettingsText.HeaderFilterShowAll
TreeListSettings<RowType>
.SettingsText.HeaderFilterShowAll
VerticalGridSettings
.SettingsText.HeaderFilterShowAll
VerticalGridSettings<ColumnType>
.SettingsText.HeaderFilterShowAll
See Also