New to Telerik UI for WPFStart a free 30-day trial

Represents the ListItemViewModel class.

Definition

Constructors

C#
public ListItemViewModel()

Constructs the ListItemViewModel.

C#
public ListItemViewModel(ListItem listItem)
Parameters:listItemListItem

The item to be used.

Properties

Gets or sets the display text of the item.

C#
public string DisplayText { get; set; }

Gets or sets the value of the item.

C#
public string Value { get; set; }