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

TdxTileControlCustomItem.Text1 Property

Specifies text settings of the tile’s first text block.

#Declaration

Delphi
property Text1: TdxTileControlItemText index 0 read; write;

#Property Value

Type
TdxTileControlItemText

#Remarks

A tile is capable of displaying up to four text blocks on its surface. Use the Text1 property to specify text settings of the first text block. By default, this text block is displayed in the tile’s top-left corner. You can adjust the default position and customize it as required via the property’s settings. To learn about these settings, refer to the TdxTileControlItemText class description.

At design time, a tile displays a tile item’s Text1.Value property value on its surface. If an empty string is assigned to this property, the tile item’s component name is displayed instead.

Note

To postpone immediate repainting of the tile control in response to Text1 property set changes, enclose the code that performs bulk modifications within the BeginUpdate/EndUpdate method blocks.

See Also