RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TableRow Class / PreviousSibling Property

In This Topic
    PreviousSibling Property (C1TableRow)
    In This Topic
    Gets the previous sibling of this element, or null if this is the first child.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PreviousSibling As C1TextElement
    public C1TextElement PreviousSibling {get;}
    See Also