Use the members of this enumeration to set the value of the RowMerge property in the C1Field derived column object.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public enum RowMerge
Visual Basic
Public Enumeration RowMerge

Members

Member nameDescription
None No row merging.
Free Allows row with identical text to merge.
Restricted Keeps rows with identical text from merging if rows in the previous column are merged.

See Also