Skip to main content
Tab

GridColumnDateRangeCalendarSettings.ClearButtonText Property

Specifies the text displayed in the header filter 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 specifying the button text.

Remarks

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

See Also