Class ListItem
Represents a class defining the element that is part of the combo box and drop-down list SDTs.
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.Flow.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class ListItem
Constructors
ListItem()
Declaration
public ListItem()
Properties
DisplayText
Gets or sets the value that indicates what is text is to be displayed when this item is selected.
Declaration
public string DisplayText { get; set; }
Property Value
System.String
|
Value
Gets or sets the value that indicates the value of the item.
Declaration
public string Value { get; set; }
Property Value
System.String
|