WPF Layout Controls | ComponentOne
C1.WPF.Accordion Namespace / C1Accordion Class / ExpandedItem Property

In This Topic
    ExpandedItem Property
    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