DataGrid.getHeaderFont

Overview | Methods | Fields | This Package | All Packages

DataGrid.getHeaderFont

Retrieves the font of the grid's column headers.

Syntax

public Font getHeaderFont()

Return Value

Returns a Font object that represents the current font of the column headers. The default value of the headerFont property is null, which means the column headers use the font of the text in the grid's cells.

See Also   setHeaderFont