Class
ListItemSerializationData

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:

cs-api-definition
public class ListItemSerializationData

Inheritance: objectListItemSerializationData

Constructors

ListItemSerializationData()

Declaration

cs-api-definition
public ListItemSerializationData()

ListItemSerializationData(ListSerializationData, Paragraph)

Declaration

cs-api-definition
public ListItemSerializationData(ListSerializationData list, Paragraph paragraph)

Parameters

list

ListSerializationData

paragraph

Paragraph

Properties

ListID

Gets or sets the unique identifier for the list item.

Declaration

cs-api-definition
[XamlSerializable]
public int ListID { get; set; }

Property Value

int

The unique list identifier associated with the list item.

ListLevel

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

Declaration

cs-api-definition
[XamlSerializable]
public int ListLevel { get; set; }

Property Value

int

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