Class ListItem
Represents a single item within a structured document list, providing properties and methods to manage the contents and formatting of the list item.
Inheritance
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ListItem : Object
Constructors
ListItem()
Declaration
public ListItem()
Properties
DisplayText
Gets the display text of the list item.
Declaration
[XamlSerializable]
public string DisplayText { get; set; }
Property Value
System.String
A System.String representing the text content of the list item. |
Value
Gets or sets the value of the list item, which represents its content.
Declaration
[XamlSerializable]
public string Value { get; set; }
Property Value
System.String
The content of the list item as a string. |