Skip to main content
Tab

ASPxCalendar.TodayButtonText Property

Gets or sets the text displayed within the 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 representing the text within the Today button.

Remarks

This property is a wrapper of the CalendarProperties.TodayButtonText property.

See Also