Skip to main content
Tab

GridColumnDateRangeCalendarSettings.TodayButtonText Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String "Today"

A String value specifying the button text.

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