Class MergedCellsDirection
Specifies the different cell merging modes.
Inheritance
System.Object
MergedCellsDirection
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class MergedCellsDirection : Enum
Fields
Horizontal
Merging equal value cells horizontally.
Declaration
public const MergedCellsDirection Horizontal
Field Value
MergedCellsDirection
|
None
Cell merging is disabled.
Declaration
public const MergedCellsDirection None
Field Value
MergedCellsDirection
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
Merging equal value cells vertically.
Declaration
public const MergedCellsDirection Vertical
Field Value
MergedCellsDirection
|