ComponentOne RichTextBox for WPF and Silverlight
ListItems Property (C1List)

C1.Silverlight.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