GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / GroupBackColor Property

In This Topic
    GroupBackColor Property (C1GanttView)
    In This Topic
    Gets or sets the background color use for display group task on the grid view.
    Syntax
    'Declaration
     
    Public Property GroupBackColor As Brush
    public Brush GroupBackColor {get; set;}
    See Also