Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1Accordion Class / AllowCollapseAll Property

In This Topic
    AllowCollapseAll Property (C1Accordion)
    In This Topic
    Gets or sets whether the accordion allows the user to collapse all items.
    Syntax
    'Declaration
     
    
    Public Property AllowCollapseAll As Boolean
    public bool AllowCollapseAll {get; set;}
    See Also