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

In This Topic
    Lists Property (C1TextRange)
    In This Topic
    Gets the list of C1Lists inside this range.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Lists As IEnumerable(Of C1List)
    public IEnumerable<C1List> Lists {get;}
    See Also