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
C# Copy Code |
---|
public State ShowPaddingDays { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShowPaddingDays As State |
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.
Padding days are also displayed in the month range view for the first and the last months contained in the view.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |