Setting DevExpress XtraGrid Row Height

Follow the steps below to set the row height in DevExpress XtraGrid.

  • 1 - "Run Designer" opens.
  • 2 - Select "Views" from the left panel.
  • 3 - Value is assigned to the "RowHeight" property from the right side panel.

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


this.myListGridView.RowHeight = 15;       



You May Interest

Putting Multi Selection and Checkbox Columns in DevExpress XtraGr ...

DevExpress XtraGrid Setting Cell Color by Column

DevExpress XtraGrid Cell Text Settings by Column

DevExpress XtraGrid Clicking Cells to Edit

Demonstration of DevExpress XtraGrid Search Panel