RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox.Documents Namespace / C1List Class / ListItems Property

In This Topic
    ListItems Property
    In This Topic
    Gets the collection of C1ListItem elements in the C1List.
    Syntax
    'Declaration
     
    Public ReadOnly Property ListItems As ProxyCollection(Of C1ListItem)
    public ProxyCollection<C1ListItem> ListItems {get;}
    See Also