ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / OutlineMode Enumeration

In This Topic
    OutlineMode Enumeration
    In This Topic
    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
    public enum OutlineMode : 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