Skip to main content

TdxTileControlOptionsBehavior.GroupCaptionHint Property

Specifies the hint displayed for tile groups with empty captions in GroupRenaming mode.

Declaration

property GroupCaptionHint: string read; write;

Property Value

Type
string

Remarks

If the GroupRenaming mode is enabled, group caption editors display either corresponding captions or, if these captions are not specified, the hint provided via the GroupCaptionHint property. The image below illustrates the default hint (‘Name group’) displayed for the leftmost tile group.

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

The GroupCaptionHint property is initialized with the dxTileControlDefaultGroupCaptionHint resource string.

See Also