Skip to main content
A newer version of this page is available. .
Tab

CalendarProperties.ClearButtonText Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("Clear")]
public virtual string ClearButtonText { get; set; }

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 ClearButtonText property synchronizes its value with the editor’s ASPxCalendar.ClearButtonText property.

See Also