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

GridColumnDateRangeCalendarSettings.ClearButtonText Property

Specifies the text displayed in the header filter calendar’s Clear button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
String "Clear"

A String value specifying the button text.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ClearButtonText
ASP.NET Bootstrap Controls BootstrapCardViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.ClearButtonText
BootstrapGridViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.ClearButtonText
ASP.NET Web Forms Controls TreeListColumnSettingsHeaderFilter
.DateRangeCalendarSettings.ClearButtonText
CardViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.ClearButtonText
GridViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.ClearButtonText
VerticalGridDataRowHeaderFilterSettings
.DateRangeCalendarSettings.ClearButtonText

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