Search
MonthSettings.setWeekHeaderStyle Method
See Also
 






Sets the style of the week numbers header.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setWeekHeaderStyle (
    MonthWeekHeaderStyle value
)

 Parameters

value

One of the MonthWeekHeaderStyle constants or null. Set to null to use the corresponding value from the current theme.

 See Also