Skip to main content

TdxTileControlOptionsBehavior.GroupRenaming Property

Controls if end-users can rename tile groups.

Declaration

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