New to Telerik UI for WinFormsStart a free 30-day trial

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
In this article
DefinitionFieldsHorizontalNoneVertical
Not finding the help you need?
Contact Support