BootstrapCalendarCssClassesBuilder.DayOtherMonth(String) Method
In This Article
Sets the name of a CSS class applied to a calendar day that does not belong to the current month.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapCalendarCssClassesBuilder DayOtherMonth(
string dayOtherMonth
)
#Parameters
Name | Type |
---|---|
day |
String |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also