ParentColor
Specifies where the column looks for its color information.
To have column to use the same color as Grid, set this property to True
. If value of the property is False
, the column uses its own Color
property.
pas
property ParentColor: Boolean read GetParentColor write SetParentColor default True;