ClassListSerializationData
Class
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:
cs-api-definition
public class ListSerializationData
Inheritance: objectListSerializationData
Constructors
ListSerializationData()
Declaration
cs-api-definition
public ListSerializationData()
Properties
ID
Gets the unique identifier for the list serialization data.
NewListOnInsert
Initializes a new instance of the ListSerializationData class when a new list is inserted.
Declaration
cs-api-definition
[XamlSerializable(false)]
public bool NewListOnInsert { get; set; }
Property Value
Methods
Equals(object)
Compares the current instance of ListSerializationData with another object for equality.
GetHashCode()
Returns a hash code for the current instance of the ListSerializationData class.
Declaration
cs-api-definition
public override int GetHashCode()
Returns
A 32-bit signed integer that represents the hash code for the current object.
Overrides