Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.UI Namespace / ScheduleTheme Class / ShowTodayBorder Property

In This Topic
    ShowTodayBorder Property (ScheduleTheme)
    In This Topic
    Gets or sets a System.Boolean value determining if control should show orange border around today date (as in Office 2007).
    Syntax
    'Declaration
     
    Public Property ShowTodayBorder As System.Boolean
    public System.bool ShowTodayBorder {get; set;}
    See Also