C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / RowMerge Enumeration

RowMerge Enumeration
Specifies row merging behaviour.
Syntax
'Declaration
 
Public Enum RowMerge 
   Inherits 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