Indicates when the grid should merge cells with same values.

Enumeration Members

Always: 2

The grid will always merge cells.

Default: 0

At the grid level it defaults to Never. At the column level it defers to the grid level.

Never: 1

The grid will never merge cells.

OnlyWhenSorted: 3

The grid will only merge cells after a sort occurs.