Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule.UI Namespace / CalendarTheme Class / DayTrail Property

In This Topic
    DayTrail Property (CalendarTheme)
    In This Topic
    Gets or sets the C1.Framework.Style object determining the style of the trail day. Trail day is a day which doesn't belong to the currently displayed month (i.e. the day before the first or after the last day of the month).
    Syntax
    'Declaration
     
    Public Property DayTrail As C1.Framework.Style
    public C1.Framework.Style DayTrail {get; set;}
    See Also