GridColumnDateRangeCalendarSettings.ClearButtonText Property
Specifies the text displayed in the header filter calendar’s Clear button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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