alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GridMergeCellsMode

    Defines merge cells behavior in a GridModel.

    Inheritance
    System.Object
    GridMergeCellsMode
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridMergeCellsMode : Enum
    Remarks

    See MergeCellsMode.

    Fields

    BeforeDisplayCalculation

    Merge cells are always calculated before cells are displayed.

    Declaration
    public const GridMergeCellsMode BeforeDisplayCalculation
    Field Value
    Type
    GridMergeCellsMode

    MergeColumnsInRow

    Enable merging of neighboring cells among columns in same row.

    Declaration
    public const GridMergeCellsMode MergeColumnsInRow
    Field Value
    Type
    GridMergeCellsMode

    MergeRowsInColumn

    Enable merging of neighboring cells among rows in same column.

    Declaration
    public const GridMergeCellsMode MergeRowsInColumn
    Field Value
    Type
    GridMergeCellsMode

    None

    Merge cells behavior is disabled.

    Declaration
    public const GridMergeCellsMode None
    Field Value
    Type
    GridMergeCellsMode

    OnDemandCalculation

    Merge cells are calculated before they are displayed and results are saved. Floating cells will only be recalculated if the width or contents of cells change.

    Declaration
    public const GridMergeCellsMode OnDemandCalculation
    Field Value
    Type
    GridMergeCellsMode

    SkipHiddencells

    When comparing rows or columns, skip hidden rows or columns and allow merging across hidden rows or columns.

    Declaration
    public const GridMergeCellsMode SkipHiddencells
    Field Value
    Type
    GridMergeCellsMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved