ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / RowMerge Enumeration

In This Topic
    RowMerge Enumeration
    In This Topic
    Specifies row merging behaviour.
    Syntax
    'Declaration
     
    Public Enum RowMerge 
       Inherits System.Enum
    public enum RowMerge : System.Enum 
    Members
    MemberDescription
    FreeAllows row with identical text to merge.
    NoneNo row merging.
    RestrictedKeeps rows with identical text from merging if rows in the previous column are merged.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1GridView.RowMerge

    See Also