Class ListItemSerializationData
Represents the serialization data for a list item in the Telerik document model.
Inheritance
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ListItemSerializationData : Object
Constructors
ListItemSerializationData()
Declaration
public ListItemSerializationData()
ListItemSerializationData(ListSerializationData, Paragraph)
Declaration
public ListItemSerializationData(ListSerializationData list, Paragraph paragraph)
Parameters
ListSerializationData
list
|
Paragraph
paragraph
|
Properties
ListID
Gets or sets the unique identifier for the list item.
Declaration
[XamlSerializable]
public int ListID { get; set; }
Property Value
System.Int32
The unique list identifier associated with the list item. |
ListLevel
Gets or sets the level of the list item in the document structure.
Declaration
[XamlSerializable]
public int ListLevel { get; set; }
Property Value
System.Int32
An integer representing the nesting level of the list item. The top-level item has a level of 0. |