Use the members of this enumeration to set the value of the OutlineMode property in the GroupInfo class.

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

Syntax

C#
public enum OutlineMode
Visual Basic
Public Enumeration OutlineMode

Members

Member nameDescription
None Disables collapsing and expanding.
StartCollapsed Groups are initially collapsed.
StartExpanded Groups are initially expanded.

See Also