Class ListItem
Inheritance
System.Object
ListItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ListItem
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
|