New to Telerik UI for WPFStart a free 30-day trial

Represents the serialization data for a list item in the Telerik document model.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class ListItemSerializationData

Inheritance: objectListItemSerializationData

Constructors

C#
public ListItemSerializationData()
C#
public ListItemSerializationData(ListSerializationData list, Paragraph paragraph)
Parameters:listListSerializationDataparagraphParagraph

Properties

Gets or sets the unique identifier for the list item.

C#
[XamlSerializable]
public int ListID { get; set; }
Property Value:

The unique list identifier associated with the list item.

Gets or sets the level of the list item in the document structure.

C#
[XamlSerializable]
public int ListLevel { get; set; }
Property Value:

An integer representing the nesting level of the list item. The top-level item has a level of 0.