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

In This Topic
    TriangleTab Property (BeforeGroupHeaderFormatEventArgs)
    In This Topic
    Gets or sets the System.Boolean value determining the group header tab appearance. If this property value is true, C1Schedule will show MS Outlook 2010-alike group headers. If this property value is false, C1Schedule will display rectangular group headers.
    Syntax
    'Declaration
     
    Public Property TriangleTab As System.Boolean
    public System.bool TriangleTab {get; set;}
    See Also