TcxMCListBox.ColumnLineColor Property
Specifies the color of column lines.
Declaration
property ColumnLineColor: TColor read; write; default clBtnShadow;
Property Value
Type | Default |
---|---|
TColor | clBtnShadow |
Remarks
Use the ColumnLineColor property to change column color lines. Note that these lines are only visible if the ShowColumnLines property value is True.
Images below show the same control when the ColumnLineColor property is set to clRed and clGreen.
The default value of the ColumnLineColor property is clBtnShadow.
See Also