Skip to main content
Tab

ASPxCalendar.ClearButtonText Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
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