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

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