DataGrid.setColumnHeaders

Overview | Methods | Fields | This Package | All Packages

DataGrid.setColumnHeaders

Sets a boolean value indicating whether the column headers are displayed.

Syntax

public void setColumnHeaders( boolean columnHeaders )

Parameters

columnHeaders

Set to true to display the column headers; otherwise, set to false. The default value of the columnHeaders property is true.

Remarks

By default, the text displayed in the column headers are based on the names of the fields in the underlying recordset. To change a column's header text, set the caption property of the Column object.

See Also   getColumnHeaders