Skip to main content

TcxMCListBox.ShowColumnLines Property

Specifies whether column lines are visible.

Declaration

property ShowColumnLines: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Use the ShowColumnLines property to specify the visibility of column lines. If set to True, column lines are displayed. Otherwise, they are hidden. Note that you can use the ColumnLineColor property to change the color of column lines.

Images below show the same multi column list box control when the ShowColumnLines property is set to True and False respectively.

The default value of the ShowColumnLines property is True.

See Also