Search
MonthSettings.PaddingDaysStyle Property
See Also
 






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

 Syntax

C#  Copy Code

public Style PaddingDaysStyle { get; set; }

Visual Basic  Copy Code

Public Property PaddingDaysStyle As Style

 Property Value

An instance of the Style class. This property cannot be null.

 See Also