TreeView for WinForms | ComponentOne
C1.Win.C1Themes Namespace / StyledPropertyCollection Class / Parent Property

In This Topic
    Parent Property (StyledPropertyCollection)
    In This Topic
    Gets the parent collection. If some properties are reset or not initialized, the collection will search for them from the parent.
    Syntax
    'Declaration
     
    
    <C1.Win.C1Themes.StyledPropertyCollection.ExcludeFromStyledPropertyAttribute()>
    <BrowsableAttribute(False)>
    Protected Overridable ReadOnly Property Parent As StyledPropertyCollection
    [C1.Win.C1Themes.StyledPropertyCollection.ExcludeFromStyledProperty()]
    [Browsable(false)]
    protected virtual StyledPropertyCollection Parent {get;}
    See Also