ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / C1GanttView Class / GroupColumn Property

In This Topic
    GroupColumn Property (C1GanttView)
    In This Topic
    Specifies the group column name where the group caption is drawn besides TaskName column.
    Syntax
    'Declaration
     
    Public Property GroupColumn As System.String
    public System.string GroupColumn {get; set;}
    See Also