RadControls for Silverlight

This collection contains pairs of field descriptor names.

Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data (in Telerik.Windows.Data.dll) Version: 2013.2.611.1050

Syntax

C#
public class FieldDescriptorNamePairCollection : ObservableCollection<FieldDescriptorNamePair>
Visual Basic
Public Class FieldDescriptorNamePairCollection _
	Inherits ObservableCollection(Of FieldDescriptorNamePair)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'FieldDescriptorNamePair>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'FieldDescriptorNamePair>)>)>
      Telerik.Windows.Data..::..FieldDescriptorNamePairCollection

See Also