Class ListItem
Inheritance
System.Object
ListItem
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ListItem : Object
Constructors
ListItem()
Declaration
public ListItem()
Properties
DisplayText
Declaration
[XamlSerializable]
public string DisplayText { get; set; }
Property Value
System.String
|
Value
Declaration
[XamlSerializable]
public string Value { get; set; }
Property Value
System.String
|