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

GridColumnDateRangeCalendarSettings.TodayButtonText Property

Specifies the text displayed in the header filter calendar’s Today button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
String "Today"

A String value specifying the button text.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to TodayButtonText
ASP.NET Bootstrap Controls BootstrapCardViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.TodayButtonText
BootstrapGridViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.TodayButtonText
ASP.NET Web Forms Controls TreeListColumnSettingsHeaderFilter
.DateRangeCalendarSettings.TodayButtonText
CardViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.TodayButtonText
GridViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.TodayButtonText
VerticalGridDataRowHeaderFilterSettings
.DateRangeCalendarSettings.TodayButtonText

Remarks

Use the TodayButtonText property to specify the text displayed in the Today button of the calendar. Note that if the GridColumnDateRangeCalendarSettings.ShowTodayButton property is set to false, the Today button is not displayed and so the TodayButtonText property is not in effect.

See Also