Class EditorsCollection
A collection of Editor objects.
Inherited Members
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.Add(Telerik.Windows.Controls.FieldList.Editor)
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.Clear()
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.CopyTo(Telerik.Windows.Controls.FieldList.Editor[], System.Int32)
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.Contains(Telerik.Windows.Controls.FieldList.Editor)
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.IndexOf(Telerik.Windows.Controls.FieldList.Editor)
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.Insert(System.Int32, Telerik.Windows.Controls.FieldList.Editor)
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.Remove(Telerik.Windows.Controls.FieldList.Editor)
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.ClearItems()
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.InsertItem(System.Int32, Telerik.Windows.Controls.FieldList.Editor)
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.SetItem(System.Int32, Telerik.Windows.Controls.FieldList.Editor)
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.Count
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.Items
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.System.Collections.Generic.ICollection<Telerik.Windows.Controls.FieldList.Editor>.IsReadOnly
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Telerik.Windows.Controls.FieldList.Editor>.System.Collections.IList.IsFixedSize
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public class EditorsCollection : Collection<Editor>, IList<Editor>, ICollection<Editor>, IList, ICollection, IReadOnlyList<Editor>, IReadOnlyCollection<Editor>, IEnumerable<Editor>, IEnumerable
Constructors
EditorsCollection()
Declaration
public EditorsCollection()