CalendarProperties.ClearButtonText Property
Gets or sets the text displayed within the calendar’s Clear button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
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 Clear