Gets or sets a value indicating whether to display days from theprevious and next months at the beginning and the end of the current one, in order to fill the whole grid of day cells.
Namespace: MindFusion.Scheduling
File: MonthSettings.js
JavaScript Copy Code |
---|
get showPaddingDays() {} |
Boolean. True if padding days are displayed, otherwise false.
The following code shows the padding days from the previous and next month using the showPaddingDays property of a monthSettings instance:
JavaScript Copy Code |
---|
calendar.monthSettings.showPaddingDays = true; |