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.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public bool ShowPaddingDays { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShowPaddingDays As Boolean |
true to display days from the previous and next months to fill up this month's grid; otherwise, false.
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.
Padding days are also displayed in the month range view for the first and the last months contained in the view.