C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / OutlineMode Enumeration

OutlineMode Enumeration
Use the members of this enumeration to set the value of the GroupInfo.OutlineMode property in the GroupInfo class.
Syntax
'Declaration
 
Public Enum OutlineMode 
   Inherits System.Enum
 
Members
MemberDescription
NoneDisables collapsing and expanding.
StartCollapsedGroups are initially expanded.
StartExpandedGroups are initially collapsed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1GridView.OutlineMode

See Also