Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / BeforeDayFormatEventArgs Class / Style Property

In This Topic
    Style Property (BeforeDayFormatEventArgs)
    In This Topic
    Gets or sets the Style object, which will be used for displaying the date.
    Syntax
    'Declaration
     
    Public Property Style As C1.Framework.Style
    public C1.Framework.Style Style {get; set;}
    See Also