Color
Specifies starting color for cells inside column.
pas
property Color: TColor read GetColor write SetColor default clWindow;
In NextGrid6 color can be also specified on a cell level via own Color
property.
Remarks
It is important to remember that setting this property will not change color of existing cells in the column if ParentColor
property of Cell is set to False
.