Search code examples
devexpress-windows-ui

devexpress RowSeparatorHeight with merge cell


I want a RowSeparatorHeight after the merged rows only

this image for problem


Solution

  • To use RowSeparatorHeight you simply have to do following:

    GridView1.RowSeparatorHeight = INTEGERVALUE, so in case you would like to set height of 10 between rows you should do following:

    GridView1.RowSeparatorHeight = 10