DisplayColumnNames: Boolean;
The DisplayColumnNames property determines the visibility of table column headers.
Available values:
True. Column names are shown.
False. Column names are hidden.
If column names are hidden, column width interactive modification using the mouse is not available. Width could be modified using the ITabSheet.ColumnPixelWidth or ITabSheet.ColumnWidth properties.
If width must be changed using the mouse, create fixed area indicated required number of fixed columns and set the TabFixedBehaviour.Resizable value in the ITabView.FixedBehaviour property.
See also: