Search
MonthRangeSettings.setHeaderStyle Method
See Also
 






Sets the style of the CalendarView.MonthRange view header.

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

 Syntax

Java  Copy Code

public void setHeaderStyle (
    EnumSet<MonthRangeHeaderStyles> value
)

 Parameters

value

A set of the MonthRangeHeaderStyles constants. Set to null to use the corresponding value from the current theme.

 See Also