Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / PropertyBox Class / Parents Property

In This Topic
    Parents Property
    In This Topic
    Get Parents
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property Parents As IEnumerable(Of FrameworkElement)
    protected IEnumerable<FrameworkElement> Parents {get;}
    See Also