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

In This Topic
    CellBorderColor Property (C1GanttView)
    In This Topic
    Gets or sets the custom color of cell borders in the grid and chart views.
    Syntax
    'Declaration
     
    Public Property CellBorderColor As System.Drawing.Color
    public System.Drawing.Color CellBorderColor {get; set;}
    See Also