What are the properties in the skin editor to change the appearance of the title editing groups (background color, text color and image of the close button) with TdxTile component ?
(Using dxTile.OptionsBehavior.GroupRenaming: = True)
A tile group's caption editor is painted with the color specified by the group's Caption.Font.Color property if a skin is applied by passing a skin controller
Answers approved by DevExpress Support
We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.
Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.
Hello Carole,
There is no any property in the VCL Skin Editor to separately change the appearance of this element. The group caption editor is just our regular TcxButtonEdit control that we create on demand when the OptionsBehavior.GroupRenaming property is enabled. Thus, the appearance of this editor for a certain skin is always the same as the appearance of other TcxButtonEdit editors. As for the close button icon, this glyph is hardcoded in the TdxTileControlGroupCaptionInplaceEdit.DrawClearButtonGlyph method, so the VCL Skin Editor does not have access to it, either.
Thank you for your project. It helped us understand why this happens. I have forwarded this issue to our developers for correction.