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

TdxTileControlOptionsBehavior.GroupRenaming Property

Controls if end-users can rename tile groups.

#Declaration

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

#Property Value

Type Default
Boolean False

#Remarks

Set this property to True to enable the edit mode for group captions, allowing end-users to rename them in a manner similar to that found in Windows 8. In this mode, group captions are replaced with simple editors as shown in the image below. The editors include clear buttons for quick text removal.

To see this edit mode in action, run the DesktopDemo shipped with the ExpressTileControl Suite, invoke action bars, and click the Customize action button.

Use the GroupCaptionHint property to specify the hint displayed for tile groups with empty captions in GroupRenaming mode.

The default value of the GroupRenaming property is False.

See Also