Determines whether groupings containing a single row are grouped.
Namespace:
C1.Web.UI.Controls.C1GridViewAssembly: 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 |