FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / C1FlexGridGroupPanel Class / AutoExpandAllGroups Property

In This Topic
    AutoExpandAllGroups Property (C1FlexGridGroupPanel)
    In This Topic
    Gets or sets whether all the groups within the View are automatically expanded.
    Syntax
    'Declaration
     
    
    Public Property AutoExpandAllGroups As Boolean
    public bool AutoExpandAllGroups {get; set;}
    See Also