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

GridColumnDateRangePickerSettings.TodayButtonText Property

Gets or sets the today button text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String "Today"

A string value that is the today button text.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to TodayButtonText
ASP.NET Controls and MVC Extensions TreeListColumnSettingsHeaderFilter
.DateRangePickerSettings .TodayButtonText
CardViewDataColumnHeaderFilterSettings
.DateRangePickerSettings .TodayButtonText
GridViewDataColumnHeaderFilterSettings
.DateRangePickerSettings .TodayButtonText
VerticalGridDataRowHeaderFilterSettings
.DateRangePickerSettings .TodayButtonText
ASP.NET Bootstrap Controls BootstrapCardViewDataColumnHeaderFilterSettings
.DateRangePickerSettings .TodayButtonText
BootstrapGridViewDataColumnHeaderFilterSettings
.DateRangePickerSettings .TodayButtonText
See Also