Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridAllowMerging Enumeration

In This Topic
    GridAllowMerging Enumeration
    In This Topic
    Specifies constants that define which areas of the grid support cell merging.
    Syntax
    'Declaration
     
    
    Public Enum GridAllowMerging 
       Inherits System.Enum
    public enum GridAllowMerging : System.Enum 
    Members
    MemberDescription
    AllMerge all areas.
    AllHeadersMerge column and row headers.
    CellsMerge scrollable cells.
    ColumnFootersMerge column footers.
    ColumnHeadersMerge column headers.
    NoneNo merging.
    RowHeadersMerge row headers.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Grid.GridAllowMerging

    See Also