ClassListItemSerializationInfo
Class
Contains serialization information for a list item in Telerik's RadRichTextBox.
Definition
Namespace:Telerik.Windows.Documents.Lists
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ListItemSerializationInfoConverter))]
public class ListItemSerializationInfo
Inheritance: objectListItemSerializationInfo
Constructors
ListItemSerializationInfo()
Declaration
cs-api-definition
public ListItemSerializationInfo()
Properties
ListID
Represents the unique identifier for a list item in the document.
Declaration
cs-api-definition
public int ListID { get; set; }
Property Value
The unique ID assigned to the list item.
ListSymbol
Gets or sets the symbol associated with the list item.
Declaration
cs-api-definition
public char ListSymbol { get; set; }
Property Value
The symbol that represents the list item, which can be a bullet, a number, or any other specified character.
SymbolFontSize
Gets or sets the font size of the symbol used in the list item.