Class ListItemViewModel
Represents the ListItemViewModel class.
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.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class ListItemViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Constructors
ListItemViewModel()
Declaration
public ListItemViewModel()
ListItemViewModel(ListItem)
Constructs the ListItemViewModel.
Declaration
public ListItemViewModel(ListItem listItem)
Parameters
ListItem
listItem
The item to be used. |
Properties
DisplayText
Gets or sets the display text of the item.
Declaration
public string DisplayText { get; set; }
Property Value
System.String
|
Value
Gets or sets the value of the item.
Declaration
public string Value { get; set; }
Property Value
System.String
|