Class GridViewColumnValuesCollection
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewColumnValuesCollection : IList, ICollection, IEnumerable
Constructors
GridViewColumnValuesCollection()
Initializes a new instance of the Grid
Declaration
public GridViewColumnValuesCollection()
Properties
Count
Gets the number of elements contained in the System.
Declaration
public int Count { get; }
Property Value
System. The number of elements contained in the System. |
Implements
Item[Int32]
Gets or sets the System.
Declaration
public object this[int index] { get; set; }
Parameters
System.
|
Property Value
System.
|
Implements
Methods
Add(Object)
Adds an item to the System.
Declaration
public int Add(object value)
Parameters
System. The object to add to the System. |
Returns
System. The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection, |
Implements
Exceptions
System. The System. |
Clear()
Removes all items from the System.
Declaration
public void Clear()
Implements
Exceptions
System. The System. |
Contains(Object)
Determines whether the System.
Declaration
public bool Contains(object value)
Parameters
System. The object to locate in the System. |
Returns
System. true if the System. |
Implements
CopyTo(Array, Int32)
Copies the elements of the System.
Declaration
public void CopyTo(Array array, int index)
Parameters
System. The one-dimensional System. |
System. The zero-based index in |
Implements
Exceptions
System.
|
System.
|
System.
|
GetEnumerator()
Returns an enumerator that iterates through a collection.
Declaration
public IEnumerator GetEnumerator()
Returns
System. An System. |
Implements
IndexOf(Object)
Determines the index of a specific item in the System.
Declaration
public int IndexOf(object value)
Parameters
System. The object to locate in the System. |
Returns
System. The index of |
Implements
Remove(Object)
Removes the first occurrence of a specific object from the System.
Declaration
public void Remove(object value)
Parameters
System. The object to remove from the System. |
Implements
Exceptions
System. The System. |
RemoveAt(Int32)
Removes the System.
Declaration
public void RemoveAt(int index)
Parameters
System. The zero-based index of the item to remove. |
Implements
Exceptions
System.
|
System. The System. |
Explicit Interface Implementations
ICollection.IsSynchronized
Declaration
bool ICollection.IsSynchronized { get; }
Returns
System.
|
Implements
ICollection.SyncRoot
Declaration
object ICollection.SyncRoot { get; }
Returns
System.
|
Implements
IList.Insert(Int32, Object)
Declaration
void IList.Insert(int index, object value)
Parameters
System.
|
System.
|
Implements
IList.IsFixedSize
Declaration
bool IList.IsFixedSize { get; }
Returns
System.
|
Implements
IList.IsReadOnly
Declaration
bool IList.IsReadOnly { get; }
Returns
System.
|