Used to prevent client-side grouping of a column in a grouped grid.
Namespace:
C1.Web.UI.Controls.C1GridViewAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[JsonAttribute(true, true, true)] [DefaultValueAttribute(true)] public virtual bool AllowGroup { get; set; } |
| Visual Basic |
|---|
<JsonAttribute(True, True, True)> _ <DefaultValueAttribute(True)> _ Public Overridable Property AllowGroup As Boolean Get Set |