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

BootstrapCalendarProperties.ShowTodayButton Property

Gets or sets a value that specifies whether the Today button is displayed within the calendar’s footer.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

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 within the calendar.

Note

The ShowTodayButton property synchronizes its value with the editor’s BootstrapCalendar.ShowTodayButton property.

See Also