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

In This Topic
    List Property
    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