简体   繁体   English

如何更改DXTabControl背景颜色?

[英]How to change the DXTabControl Background Color?

I have a DXTabControl and I want to change the Background Color of the DXTabControl . 我有一个DXTabControl ,我想更改DXTabControl的背景色。
How can I do that? 我怎样才能做到这一点?

在此处输入图片说明

<dx:DXTabControl>
    <dx:DXTabItem  Header="System" Margin="0">
        <dxe:TextEdit x:Name="txtChargeNo"  Background="#D5D6D8"  ShowNullText="True" NullText="Sarj No"  Height="30" FontSize="16"/>
    </dx:DXTabItem>
    <dx:DXTabItem x:Name="tbPast" Header="Past">
    </dx:DXTabItem>
</dx:DXTabControl>

Did you try setting the BackgroundColor property of the DXTabItem ?: 您是否尝试设置DXTabItemBackgroundColor属性?:

<dx:DXTabItem  Header="System" Margin="0" BackgroundColor="Red">

You may also want to refer to the following links. 您可能还需要参考以下链接。

How to: Change Tab Background in DXTabControl and Keep the Default Gradient and Highlight Effects: https://documentation.devexpress.com/WPF/115323/Controls-and-Libraries/Layout-Management/Tab-Control/Examples/How-to-Change-Tab-Background-in-DXTabControl-and-Keep-the-Default-Gradient-and-Highlight-Effects 如何:在DXTabControl中更改选项卡背景并保持默认渐变并突出显示效果: https ://documentation.devexpress.com/WPF/115323/Controls-and-Libraries/Layout-Management/Tab-Control/Examples/how-to 更改DXTab中的制表符背景控制并保持默认的渐变和突出显示效果

How to: Change the Tab Background in DXTabControl when a Tab Is Selected, Focused Or Hovered: https://documentation.devexpress.com/WPF/115324/Controls-and-Libraries/Layout-Management/Tab-Control/Examples/How-to-Change-the-Tab-Background-in-DXTabControl-when-a-Tab-Is-Selected-Focused-Or-Hovered 如何:选择,聚焦或悬停选项卡后,在DXTabControl中更改选项卡背景: https ://documentation.devexpress.com/WPF/115324/Controls-and-Libraries/Layout-Management/Tab-Control/Examples/How 当选择或悬停了一个选项卡时,要更改DXTabControl中的选项卡背景

How to change the DXTabControl background: https://www.devexpress.com/Support/Center/Question/Details/T321538/how-to-change-the-dxtabcontrol-background 如何更改DXTabControl背景: https ://www.devexpress.com/Support/Center/Question/Details/T321538/how-to-change-the-dxtabcontrol-background

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM