markdown DevExpress设置列标题BackColor

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown DevExpress设置列标题BackColor相关的知识,希望对你有一定的参考价值。

You can't set the back color of the column header if the grid is using skins. So first, turn off skins

    gridcontrol1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat
    gridcontrol1.LookAndFeel.UseDefaultLookAndFeel = false

Next, set the back color of the header column. Run Designer, select Columns, select the column to change the header color.

    AppearanceHeader.BackColor = Color.LightSteelBlue
    AppearanceHeader.Options.UserBackColor = True

以上是关于markdown DevExpress设置列标题BackColor的主要内容,如果未能解决你的问题,请参考以下文章

DevExpress 之 GridControl 自定义列

关于DEVEXPRESS 添加图片列

DevExpress gridcontrol如何分组显示?

devexpress 如何让gridview某一列可编辑其他列不允许编辑 编辑列嵌入下拉列表 求高手给代码

markdown 在重点行的DevExpress红色边界

markdown DevExpress Tab重新排序