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.

Definition

Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class ListItem

Inheritance: objectListItem

Constructors

ListItem()

Declaration

cs-api-definition
public ListItem()

Properties

DisplayText

Gets the display text of the list item.

Declaration

cs-api-definition
[XamlSerializable]
public string DisplayText { get; set; }

Property Value

string

A string representing the text content of the list item.

Value

Gets or sets the value of the list item, which represents its content.

Declaration

cs-api-definition
[XamlSerializable]
public string Value { get; set; }

Property Value

string

The content of the list item as a string.