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

CalendarProperties.TodayButtonText Property

Gets or sets the text displayed within the calendar’s Today button.

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 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