Class GridMergeCellsLayout
Defines merge behavior for an grid cells when merging cells feature has been enabled in a GridModel with MergeCellsMode.
Inheritance
System.Object
GridMergeCellsLayout
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class GridMergeCellsLayout : Enum
Fields
Grid
Merge cells for entire grid. May affects performance for a large Grid
Declaration
public const GridMergeCellsLayout Grid
Field Value
| Type |
|---|
| GridMergeCellsLayout |
VisibleRange
Merge cells only in visible range.
Declaration
public const GridMergeCellsLayout VisibleRange
Field Value
| Type |
|---|
| GridMergeCellsLayout |