简体   繁体   English

GridView Devexpress C#

[英]gridview Devexpress c#

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 我使用Devexpress 8.1,但无法更改gridview的字体颜色,但我只想更改同一行中的字体颜色

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 我的意思是我想更改文本的颜色为粗体

您应该处理RowCellStyle事件

Please refer to the following topic in our documentation: 请参考我们文档中的以下主题:

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

It explains how to customize the XtraGrid's appearance. 它说明了如何自定义XtraGrid的外观。

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

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