BootstrapDateEditCalendarPropertiesBuilder.ShowTodayButton(Boolean) Method
In This Article
Sets a value that specifies whether the Today button is displayed within the calendar’s footer.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapDateEditCalendarPropertiesBuilder ShowTodayButton(
bool showTodayButton
)
#Parameters
Name | Type |
---|---|
show |
Boolean |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also