menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridMergeCellsLayout - API Reference

    Show / Hide Table of Contents

    Enum GridMergeCellsLayout

    Defines merge behavior for an grid cells when merging cells feature has been enabled in a GridModel with MergeCellsMode.

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public enum GridMergeCellsLayout

    Fields

    Name Description
    Grid

    Merge cells for entire grid. May affects performance for a large Grid

    VisibleRange

    Merge cells only in visible range.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved