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

GridColumnDateRangePickerSettings.ClearButtonText Property

Gets or sets the clear button text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String "Clear"

A string value that is the clear button text.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ClearButtonText
ASP.NET Controls and MVC Extensions TreeListColumnSettingsHeaderFilter
.DateRangePickerSettings .ClearButtonText
CardViewDataColumnHeaderFilterSettings
.DateRangePickerSettings .ClearButtonText
GridViewDataColumnHeaderFilterSettings
.DateRangePickerSettings .ClearButtonText
VerticalGridDataRowHeaderFilterSettings
.DateRangePickerSettings .ClearButtonText
ASP.NET Bootstrap Controls BootstrapCardViewDataColumnHeaderFilterSettings
.DateRangePickerSettings .ClearButtonText
BootstrapGridViewDataColumnHeaderFilterSettings
.DateRangePickerSettings .ClearButtonText
See Also