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

In This Topic
    ExpandedItem Property (C1Accordion)
    In This Topic
    Gets the currently expanded item or null if no item is expanded.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ExpandedItem As Object
    public object ExpandedItem {get;}
    See Also