ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / AllowMerging Enumeration

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

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.FlexGrid.AllowMerging

    See Also