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

In This Topic
    ListItems Property (C1List)
    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