Search
TimetableSettings.setShowNavigationButtons Method
See Also
 






Sets a value indicating whether the Timetable view displays navigation buttons.

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

 Syntax

Java  Copy Code

public void setShowNavigationButtons (
    Boolean value
)

 Parameters

value

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

 See Also