ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1Field Class / RowMerge Property

In This Topic
    RowMerge Property
    In This Topic
    Determines whether rows are merged.
    Syntax
    'Declaration
     
    Public Property RowMerge As RowMerge
    public RowMerge RowMerge {get; set;}

    Property Value

    One of the RowMerge values. The default value is RowMerge.None.
    See Also