Back to Devexpress

ASPxCalendar.TodayButtonText Property

aspnet-devexpress-dot-web-dot-aspxcalendar-eadee4f9.md

latest1.3 KB
Original Source

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

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

See Also

Calendar

ASPxCalendar Class

ASPxCalendar Members

DevExpress.Web Namespace