Search
MonthSettings.getShowPaddingDays Method
See Also
 






Gets 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 Boolean getShowPaddingDays ()

 Return Value

true to display days from the previous and next months to fill up this month's grid; otherwise, false.

 Remarks

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

 See Also