alexa
menu

WinForms

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

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved