DevExpress XtraGrid Column Header Height Adjustment

To set the height of column headers in DevExpress's XtraGrid object (control), follow the procedure below.

  • 1 - "Run Designer" opens.
  • 2 - The desired value is assigned to the "ColumnPanelRowHeight" property.

An example of setting it as code is given below..

myListGridView.ColumnPanelRowHeight = 15;


You May Interest

DevExpress XtraGrid Row Header Invisible

DevExpress XtraGrid Cell Information Horizontal Alignment Adjustm ...

DevExpress XtraGrid Setting Cell Text Color by Column

Demonstration of DevExpress XtraGrid Search Panel

DevExpress XtraGrid Selecting Entire Row on Row Click