Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTileControlItemText.WordWrap Property

Specifies if the block’s text string wraps if it does not fit into a tile item.

#Declaration

Delphi
property WordWrap: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set this property to True to wrap a long text string to fit into a tile. Otherwise, the text block crops the text string to fit into a single line and displays an ellipsis to indicate that the tile width is insufficient to display the entire text.

This property has a visual effect only if the text string is too long to fit into a tile, tile bar, or frame horizontally.

The default value of the WordWrap property is False.

See Also