Dev gridview 调整字体大小

//调整表头字体大小
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);

  

posted @ 2016-02-23 11:02  金桂花季  阅读(1789)  评论(0编辑  收藏  举报