Caption of the grouping area.

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

Syntax

C#
[C1CategoryAttribute("Category.Appearance")]
[LayoutAttribute(LayoutType.Appearance)]
[JsonAttribute(true, true, "Drag a column here to group by that column.")]
[DefaultValueAttribute("Drag a column here to group by that column.")]
public string GroupByCaption { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Appearance")> _
<LayoutAttribute(LayoutType.Appearance)> _
<JsonAttribute(True, True, "Drag a column here to group by that column.")> _
<DefaultValueAttribute("Drag a column here to group by that column.")> _
Public Property GroupByCaption As String
	Get
	Set

See Also