[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1ListItem

C1ListItem Class

A flow content element that represents a particular content item in a C1List.

Inheritance
C1ListItem
Namespace: C1.WPF.RichTextBox.Documents
Assembly: C1.WPF.RichTextBox.4.6.2.dll
Syntax
public class C1ListItem : C1Block, IEnumerable<C1TextElement>, IEnumerable
Public Class C1ListItem
    Inherits C1Block
    Implements IEnumerable(Of C1TextElement), IEnumerable

Constructors

Name Description
C1ListItem()

Properties

Name Description
Blocks

Gets the collection of C1Block elements contained in the C1ListItem.

Methods

Name Description
IsValidChild(Type)

Checks whether a type is a valid child of this C1TextElement.