MergeCellsMode
Enum
Defines members whether and how to merge grid view cells.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public enum MergeCellsMode
Fields
Neighbor cells with equal values are combined horizontally(if the neighbor columns have equal types).
C#
Horizontal = 2
Cells are not merged.
C#
None = 0
Neighbor cells with equal values are combined vertically(in the same column).
C#
Vertical = 1