Grid Button Height property

Use the Grid Button Height property to specify the height of column headers in a grid or vertical grid component.

Column headers are cells in the top row of a grid. These cells contain labels for columns.

The unit of measure for the Grid Button Height property is the height of a data row in a grid. A value of 1 sets the height of column headers to the same height as a data row. A value of 2 sets the height of column headers to twice the height of a data row, and so forth.

You can use decimal values for this property. A decimal value of 1.5, for example, sets the height of column headers to one-and-a-half times the height of a data row.

To hide the column headers for a grid, set this property to a negative value, for example, -1.