InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / GridColumn Class / HasChildren Property

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