Search
MonthSettings.showPaddingDays Property
See Also
 






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

 Syntax

JavaScript  Copy Code

get showPaddingDays() {}

 Property Value

Boolean. True if padding days are displayed, otherwise false.

 Example

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;

 See Also