TcxPanelStyle.WordWrap Property
Specifies whether the caption is wrapped, if it doesn’t fit the control’s width.
Declaration
property WordWrap: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
All the available options are listed in the following table.
Value | Meaning | Example |
---|---|---|
True | The caption is split into several lines to fit the control. | |
False | The caption occupies a single line, regardless of whether it fits into the control’s width. |
The default value of the WordWrap property is False.
See Also