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

GridColumnDateRangeCalendarSettings.ShowTodayButton Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

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

Remarks

Use the ShowTodayButton property to specify whether the Today button is visible in the header filter calendar. The button text can be customized by using the GridColumnDateRangeCalendarSettings.TodayButtonText property.

See Also