Represents the serialization data for a list in the Telerik document model.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ListSerializationData
Inheritance: objectListSerializationData
Constructors
C#
public ListSerializationData()
Properties
Gets the unique identifier for the list serialization data.
C#
[XamlSerializable]
public int ID { get; set; }
Initializes a new instance of the ListSerializationData class when a new list is inserted.
C#
[XamlSerializable(false)]
public bool NewListOnInsert { get; set; }
Methods
Compares the current instance of ListSerializationData with another object for equality.
Returns a hash code for the current instance of the ListSerializationData class.
C#
public override int GetHashCode()
A 32-bit signed integer that represents the hash code for the current object.
Overrides: