Skip to main content
Tab

GridColumnDateRangeCalendarSettings.ShowClearButton Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

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

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