Back to Devexpress

ASPxCalendar.ClearButtonText Property

aspnet-devexpress-dot-web-dot-aspxcalendar-9edfcd91.md

latest1.3 KB
Original Source

ASPxCalendar.ClearButtonText Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
String"Clear"

A String value representing the text within the Clear button.

|

Remarks

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

See Also

Calendar

ASPxCalendar Class

ASPxCalendar Members

DevExpress.Web Namespace