RadControls for Silverlight

Name and value object useful for data binding operations.

Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView (in Telerik.Windows.Controls.ScheduleView.dll) Version: 2013.1.403.1050

Syntax

C#
public class NameValueItem<T> : INotifyPropertyChanged
Visual Basic
Public Class NameValueItem(Of T) _
	Implements INotifyPropertyChanged

Type Parameters

T
Type of value.

Inheritance Hierarchy

System..::..Object
  Telerik.Windows.Controls.ScheduleView..::..NameValueItem<(Of <(<'T>)>)>

See Also