Determines whether groupings containing a single row are grouped.

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

Syntax

C#
[DefaultValueAttribute(true)]
[JsonAttribute(true, true, true)]
public bool GroupSingleRow { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
<JsonAttribute(True, True, True)> _
Public Property GroupSingleRow As Boolean
	Get
	Set

Field Value

If False, groupings which contain a single row will not be grouped. The default value is True.

See Also