Skip to main content

TcxCustomButtonGroupProperties.WordWrap Property

Specifies whether captions of items are wrapped, if they are too long.

Declaration

property WordWrap: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Setting the WordWrap property to True enables text wrapping for items’ captions. Text wrapping occurs when the area supplied to an item is not enough to fit its caption. If the WordWrap property value is False, then the radio item caption occupies a single line, regardless of whether the caption fits into the control.

An example of a wrapped radio item caption is demonstrated below:

The default value of the WordWrap property is False.

See Also