DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter Namespace / ListingPropertyEventArgs Class / Parents Property

In This Topic
    Parents Property (ListingPropertyEventArgs)
    In This Topic
    Gets the collection of parent properties for the current property.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parents As IReadOnlyList(Of PropertyInfo)
    public IReadOnlyList<PropertyInfo> Parents {get;}
    See Also