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

ASPxGridTextSettingsBase.HeaderFilterThisWeek Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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