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.GroupCaptionHint Property

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

#Declaration

Delphi
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