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