ComponentOne RichTextBox for UWP
ListItems Property

C1.Xaml.RichTextBox.Documents Namespace > C1List Class : ListItems Property
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

Reference

C1List Class
C1List Members