Back to Devexpress

CalendarProperties.ClearButtonText Property

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

latest1.7 KB
Original Source

CalendarProperties.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 virtual string ClearButtonText { get; set; }
vb
<DefaultValue("Clear")>
Public Overridable Property ClearButtonText As String

Property Value

TypeDefaultDescription
String"Clear"

A String value representing the text within the Clear button.

|

Remarks

Use the ClearButtonText property to specify the text displayed within the Clear button of the calendar. Note that if the ASPxCalendar.ShowClearButton property is set to false, the Clear button is not displayed and so the ClearButtonText property is not in effect.

Note

The ClearButtonText property synchronizes its value with the editor’s ASPxCalendar.ClearButtonText property.

See Also

Calendar

CalendarProperties Class

CalendarProperties Members

DevExpress.Web Namespace