Skip to main content

TcxHeaderSection.Text Property

Specifies the text that is displayed within the header’s section.

Declaration

property Text: string read; write;

Property Value

Type
string

Remarks

The Text property specifies the text label displayed inside a TcxHeader section. When no text is specified, the section is empty unless you specify an image (see the ImageIndex property for details).

Please note that the text displayed inside the header sections may be longer than the available space in the header. In this instance, it will be truncated and replaced with ellipsis. If you want to prevent this truncation, set the AutoSize property of the header section(s) to True. Also, you may use the MaxWidth , MinWidth and Width properties to adjust section width settings.

See Also