300x250 font1 DevExpress / Winform GridView Column Header와 출력 될 행의 폰트 변경 하기. Column Header와 행의 폰트를 변경 할 수 있습니다. // 컬럼 헤더 폰트 변경하기. this.listGridView.Appearance.HeaderPanel.Font = new System.Drawing.Font("나눔고딕코딩", 12F, System.Drawing.FontStyle.Regular); // 행 폰트 변경하기. this.listGridView.Appearance.Row.Font = new System.Drawing.Font("나눔고딕코딩", 12F, System.Drawing.FontStyle.Regular); 2019. 4. 20. 이전 1 다음 300x250