ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Grid 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
    'Usage
     
    
    Dim instance As AllowMerging
    public enum AllowMerging : System.Enum 
    public enum AllowMerging = class(System.Enum)
    public enum AllowMerging extends System.Enum
    __value public enum AllowMerging : public System.Enum 
    public enum class AllowMerging : public 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.Web.Mvc.Grid.AllowMerging

    See Also