gridcontrol-->调整字体大小

1.

//调整表头字体大小

this.gridView1.Appearance.HeaderPanel.Font = new Font("Tahoma", 20, FontStyle.Regular, GraphicsUnit.Pixel);

//调整行字体大小

this.gridView1.Appearance.Row.Font = new Font("Tahoma", 20, FontStyle.Regular, GraphicsUnit.Pixel);

2.

Devexpress中统一设置字体样式的方法

猜你喜欢

转载自blog.csdn.net/caoyanchao1/article/details/121524739
今日推荐