RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1TableRowView Class / Children Property

In This Topic
    Children Property (C1TableRowView)
    In This Topic
    Gets the collection of children for this view.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Children As IEnumerable(Of C1TextElementView)
    public IEnumerable<C1TextElementView> Children {get;}
    See Also