BootstrapCalendarCssClassesBuilder.DaySelected(String) Method
In This Article
Sets the name of a CSS class applied to the Calendar control’s selected day element.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapCalendarCssClassesBuilder DaySelected(
string daySelected
)
#Parameters
Name | Type |
---|---|
day |
String |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also