RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextRange Class / List Property

In This Topic
    List Property (C1TextRange)
    In This Topic
    Returns the C1List the range is inside of, or null.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property List As C1List
    public C1List List {get;}
    See Also