Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / HasChildren Property

In This Topic
    HasChildren Property (DropDownEditorViewBase)
    In This Topic
    Gets a value that indicates the element has a non-empty C1.Framework.Element.Children collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HasChildren As Boolean
    public bool HasChildren {get;}
    See Also