ListItemViewModel
Class
Represents the ListItemViewModel class.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ListItemViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseListItemViewModel
Implements:
Inherited Members
Constructors
C#
public ListItemViewModel()
Constructs the ListItemViewModel.
Properties
Gets or sets the display text of the item.
C#
public string DisplayText { get; set; }