BootstrapDateEditCalendarPropertiesBuilder.HighlightToday(Boolean) Method
In This Article
Sets a value that specifies whether a day that corresponds to today’s date is highlighted within the calendar.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapDateEditCalendarPropertiesBuilder HighlightToday(
bool highlightToday
)
#Parameters
Name | Type |
---|---|
highlight |
Boolean |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also