CalendarProperties.TodayButtonText Property
Gets or sets the text displayed within the 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 representing the text within the Today button. |
Remarks
Use the TodayButtonText property to specify the text displayed within the Today button of the calendar. If the ASPxCalendar.ShowTodayButton property is set to false
, the Today button is hidden and so the text specified by the TodayButtonText property is not displayed.
Note
The TodayButtonText property synchronizes its value with the editor’s ASPxCalendar.TodayButtonText property.
See Also