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
SyntaxC#
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.
See Also