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

ASPxGridTextSettingsBase.HeaderFilterTomorrow Property

Gets or sets the text of the Tomorrow item displayed within the Date Range Header Filter.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string HeaderFilterTomorrow { 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 HeaderFilterTomorrow
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsText.HeaderFilterTomorrow
BootstrapGridView
.SettingsText.HeaderFilterTomorrow
ASP.NET Web Forms Controls ASPxCardView
.SettingsText.HeaderFilterTomorrow
ASPxGridView
.SettingsText.HeaderFilterTomorrow
ASPxTreeList
.SettingsText.HeaderFilterTomorrow
ASPxVerticalGrid
.SettingsText.HeaderFilterTomorrow
GridViewProperties
.SettingsText.HeaderFilterTomorrow
CardViewSettings
.SettingsText.HeaderFilterTomorrow
CardViewSettings<CardType>
.SettingsText.HeaderFilterTomorrow
GridViewSettings
.SettingsText.HeaderFilterTomorrow
GridViewSettings<RowType>
.SettingsText.HeaderFilterTomorrow
MVCxCardView
.SettingsText.HeaderFilterTomorrow
MVCxGridView
.SettingsText.HeaderFilterTomorrow
MVCxGridViewProperties
.SettingsText.HeaderFilterTomorrow
MVCxTreeList
.SettingsText.HeaderFilterTomorrow
MVCxVerticalGrid
.SettingsText.HeaderFilterTomorrow
TreeListSettings
.SettingsText.HeaderFilterTomorrow
TreeListSettings<RowType>
.SettingsText.HeaderFilterTomorrow
VerticalGridSettings
.SettingsText.HeaderFilterTomorrow
VerticalGridSettings<ColumnType>
.SettingsText.HeaderFilterTomorrow
See Also