Determines whether the user will be able to collapse and expand the groups by clicking on the group headers, and also determines whether groups will be initially collapsed or expanded.

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

Syntax

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

Field Value

One of the OutlineMode values. The default value is StartExpanded.

See Also