Bug Report T149715
Visible to All Users

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

created 11 years ago

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)

Answers approved by DevExpress Support

created 11 years ago

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.

    created 11 years ago

    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.

      Show previous comments (10)

        Here is the source of my demo.

        DevExpress Support Team 11 years ago

          Thank you for your project. It helped us understand why this happens. I have forwarded this issue to our developers for correction.

            Thank you.

            Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

            Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.