Back to Devexpress

CalendarProperties.TodayButtonText Property

aspnet-devexpress-dot-web-dot-calendarproperties-5d7dc1e6.md

latest1.8 KB
Original Source

CalendarProperties.TodayButtonText Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("Today")]
public string TodayButtonText { get; set; }
vb
<DefaultValue("Today")>
Public Property TodayButtonText As String

Property Value

TypeDefaultDescription
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

ShowTodayButton

Calendar

CalendarProperties Class

CalendarProperties Members

DevExpress.Web Namespace