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

In This Topic
    HighlightBackColor Property (C1GanttView)
    In This Topic
    Gets or sets the custom background color of the highlighted row in the grid view.
    Syntax
    'Declaration
     
    Public Property HighlightBackColor As Brush
    public Brush HighlightBackColor {get; set;}
    See Also