TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / CustomContentPresenter Class / Children Property

In This Topic
    Children Property (CustomContentPresenter)
    In This Topic
    Gets a list of child elements.
    Syntax
    'Declaration
     
    
    Public Overridable Property Children As ElementList
    public virtual ElementList Children {get; set;}
    Remarks
    The base class always returns null; panel elements should be based on C1.Framework.BasePanel.
    See Also