Gets or sets a value indicating whether to display days from theprevious and next months at the beginning and the end of the currentone, in order to fill the whole grid of day cells.
Namespace: MindFusion.Scheduling
Assembly: MonthSettings.js
SyntaxJavaScript
Copy Code
|
|---|
get showPaddingDays() {} |
Boolean
True if padding days are displayed, otherwise false.
ExampleThe 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; |
See Also