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

GridColumnDateRangeCalendarSettings.ShowClearButton Property

Specifies whether the Clear button is displayed in the header filter calendar’s footer.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(true)]
public bool ShowClearButton { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the button is visible, otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowClearButton
ASP.NET Controls and MVC Extensions TreeListColumnSettingsHeaderFilter
.DateRangeCalendarSettings.ShowClearButton
CardViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.ShowClearButton
GridViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.ShowClearButton
VerticalGridDataRowHeaderFilterSettings
.DateRangeCalendarSettings.ShowClearButton
ASP.NET Bootstrap Controls BootstrapCardViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.ShowClearButton
BootstrapGridViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.ShowClearButton

Remarks

Use the ShowClearButton property to specify whether the Clear button is visible in the header filter calendar. The button text can be customized by using the GridColumnDateRangeCalendarSettings.ClearButtonText property.

See Also