Search
TimetableSettings.setShowDayHeader Method
See Also
 






Sets a value indicating whether to show the header displaying all-day items.

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

 Syntax

Java  Copy Code

public void setShowDayHeader (
    Boolean value
)

 Parameters

value

true to show the days header; otherwise, false. Set to null to use the corresponding value from the current theme.

 See Also