Search
ListViewSettings.getShowNavigationButtons Method
See Also
 






Gets a value indicating whether the CalendarView.List view displays navigation buttons.

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

 Syntax

Java  Copy Code

public Boolean getShowNavigationButtons ()

 Return Value

A Boolean value.

 Remarks

The size of the buttons can be controlled through the Calendar.setButtonSize method of the Calendar class. The amount of units to scroll can be specified through setScrollStep property.

 See Also