alexa

    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