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.v19.1.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 22 property paths
Library Object Type Path to HeaderFilterThisWeek
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsText.HeaderFilterThisWeek
ASPxGantt
.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
MVCxGantt
.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
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsText.HeaderFilterThisWeek
BootstrapGridView
.SettingsText.HeaderFilterThisWeek
See Also