Back to Devexpress

TdxTileControlOptionsBehavior.GroupRenaming Property

vcl-dxcustomtilecontrol-dot-tdxtilecontroloptionsbehavior-27a76fa0.md

latest1.6 KB
Original Source

TdxTileControlOptionsBehavior.GroupRenaming Property

Controls if end-users can rename tile groups.

Declaration

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

Property Value

TypeDefault
BooleanFalse

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

TdxTileControlOptionsBehavior Class

TdxTileControlOptionsBehavior Members

dxCustomTileControl Unit