Skip to main content

TcxGridTableOptionsView.HeaderAutoHeight Property

Determines whether the column header’s height changes to display the full caption text.

Declaration

property HeaderAutoHeight: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Use this property to determine whether the column header’s height is automatically increased to display the entire caption. If the HeaderAutoHeight property is True, the HeaderEndEllipsis property is not in effect.

The default value of the HeaderAutoHeight property is False.

See Also