Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonGroup Class / AllowCollapsed Property

In This Topic
    AllowCollapsed Property (RibbonGroup)
    In This Topic
    Gets or sets a value indicating whether the group can be collapsed.
    Syntax
    'Declaration
     
    
    Public Property AllowCollapsed As Boolean
    public bool AllowCollapsed {get; set;}
    See Also