ClassFieldDescriptorNamePairCollection
Class
This collection contains pairs of field descriptor names.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
cs-api-definition
public class FieldDescriptorNamePairCollection : ObservableCollection<FieldDescriptorNamePair>, IList<FieldDescriptorNamePair>, ICollection<FieldDescriptorNamePair>, IList, ICollection, IReadOnlyList<FieldDescriptorNamePair>, IReadOnlyCollection<FieldDescriptorNamePair>, IEnumerable<FieldDescriptorNamePair>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<FieldDescriptorNamePair>ObservableCollection<FieldDescriptorNamePair>FieldDescriptorNamePairCollection
Implements:
Inherited Members
Constructors
FieldDescriptorNamePairCollection()
Declaration
cs-api-definition
public FieldDescriptorNamePairCollection()