Skip to main content
Tab

GridColumnDateRangePickerSettings.ClearButtonText Property

Gets or sets the clear button text.

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 that is the clear button text.

See Also