MindFusion.Wpf Pack Programmer's Guide
MonthSettings.ShowPaddingDays Property
See Also
 





Gets or 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: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public bool ShowPaddingDays { get; set; }

Visual Basic  Copy Code

Public Property ShowPaddingDays As Boolean

 Property Value

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

Unsetting the Property Value

Unset the local value of this property to use the corresponding value from the current theme. To unset the property value, call ClearValue on the settings containing the property and pass a reference to the DependencyProperty representing the property.

 Remarks

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

 See Also

MonthSettings Members
MonthSettings Class
MindFusion.Scheduling.Wpf Namespace