Class ColumnNameCollection
Inheritance
System.Object
System.Collections.ObjectModel.Collection<System.String>
ObservableCollection<System.String>
ColumnNameCollection
Inherited Members
System.Collections.ObjectModel.Collection<System.String>.Add(System.String)
System.Collections.ObjectModel.Collection<System.String>.Clear()
System.Collections.ObjectModel.Collection<System.String>.CopyTo(System.String[], System.Int32)
System.Collections.ObjectModel.Collection<System.String>.Contains(System.String)
System.Collections.ObjectModel.Collection<System.String>.GetEnumerator()
System.Collections.ObjectModel.Collection<System.String>.IndexOf(System.String)
System.Collections.ObjectModel.Collection<System.String>.Insert(System.Int32, System.String)
System.Collections.ObjectModel.Collection<System.String>.Remove(System.String)
System.Collections.ObjectModel.Collection<System.String>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<System.String>.Count
System.Collections.ObjectModel.Collection<System.String>.Items
System.Collections.ObjectModel.Collection<System.String>.Item[System.Int32]
System.Collections.ObjectModel.Collection<System.String>.System.Collections.Generic.ICollection<System.String>.IsReadOnly
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.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class ColumnNameCollection : ObservableCollection<string>, IList<string>, ICollection<string>, IReadOnlyList<string>, IReadOnlyCollection<string>, IEnumerable<string>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx
Constructors
ColumnNameCollection()
Declaration
public ColumnNameCollection()