简体   繁体   中英

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

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

It explains how to customize the XtraGrid's appearance.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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