Search
MonthSettings.setShowPaddingDays Method
See Also
 






Sets a value indicating whether to display days from the previous and next months at the beginning and the end of the current one, in order to fill the whole grid of day cells.

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

 Syntax

Java  Copy Code

public void setShowPaddingDays (
    Boolean value
)

 Parameters

value

true to display days from the previous and next months to fill up this month's grid; otherwise, false. Set to null to use the corresponding value from the current theme.

 Remarks

Padding days are also displayed in the month range view for the first and the last months contained in the view.

 See Also