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)
Properties
Gets or sets the unique identifier for the list item.
C#
[XamlSerializable]
public int ListID { get; set; }
The unique list identifier associated with the list item.