Search
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
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public State ShowPaddingDays { get; set; }

Visual Basic  Copy Code

Public Property ShowPaddingDays As State

 Property Value

Specify Enabled to display days from the previous and next months to fill up this month's grid; otherwise, Disabled. Assign Unspecified to this property to use the corresponding value from the current theme.

 Remarks

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

 See Also