GridColumnDateRangeCalendarSettings.TodayButtonText Property
Specifies the text displayed in the header filter calendar’s Today button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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