gridview Devexpress C#

发布于 2024-09-11 06:45:12 字数 245 浏览 2 评论 0原文

我使用 Devexpress 8.1,我无法更改 gridview 的字体颜色,但我只想更改同一行中的字体颜色,

Grup Adı    Kullanıcı Adı    Şifre

kitap       aykut            12345
**bilgi       kemal            67890**
defter      ayşe             15888

我的意思是我想更改粗体文本的颜色

i use Devexpress 8.1 and i can't change font color of the gridview but i just want to change font color in the same row

Grup Adı    Kullanıcı Adı    Şifre

kitap       aykut            12345
**bilgi       kemal            67890**
defter      ayşe             15888

i mean I want to change the color of the text in bold

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

世界等同你 2024-09-18 06:45:12

请参阅我们文档中的以下主题:

http://documentation.devexpress.com/#WindowsForms/ CustomDocument758

它解释了如何自定义XtraGrid的外观。

Please refer to the following topic in our documentation:

http://documentation.devexpress.com/#WindowsForms/CustomDocument758

It explains how to customize the XtraGrid's appearance.

夏有森光若流苏 2024-09-18 06:45:12

您应该处理 RowCellStyle 事件

You should handle the RowCellStyle event.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文