Use the members of this enumeration to set the value of the OutlineMode property
in the GroupInfo class.
Namespace:
C1.Web.UI.Controls.C1GridViewAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
public enum OutlineMode |
| Visual Basic |
|---|
Public Enumeration OutlineMode |
Members
| Member name | Description | |
|---|---|---|
| None | Disables collapsing and expanding. | |
| StartCollapsed | Groups are initially collapsed. | |
| StartExpanded | Groups are initially expanded. |