Gets or sets the Style object used to specify appearance settings for the days from previous and next months, shown when the ShowPaddingDays property is enabled.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Style PaddingDaysStyle { get; set; } |
Visual Basic Copy Code |
---|
Public Property PaddingDaysStyle As Style |
An instance of the Style class. This property cannot be null.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |