Enum
MergeCellsMode

Defines members whether and how to merge grid view cells.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public enum MergeCellsMode

Fields

Horizontal

Neighbor cells with equal values are combined horizontally(if the neighbor columns have equal types).

Declaration

cs-api-definition
Horizontal = 2

Field Value

MergeCellsMode

None

Cells are not merged.

Declaration

cs-api-definition
None = 0

Field Value

MergeCellsMode

Vertical

Neighbor cells with equal values are combined vertically(in the same column).

Declaration

cs-api-definition
Vertical = 1

Field Value

MergeCellsMode

In this article
DefinitionFieldsHorizontalNoneVertical
Not finding the help you need?
Contact Support