RowViewCollection
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class RowViewCollection : IDisposable, IEnumerator, IEnumerable
Inheritance: objectRowViewCollection
Implements:
Constructors
Initializes a new instance of the RowViewCollection class.
public RowViewCollection(GridTableElement tableElement)
The table element.
Properties
Methods
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Implements:
Returns an enumerator that iterates through the collection.
public IEnumerator<IRowView> GetEnumerator()
IEnumerator<IRowView>
A IEnumerator<T> that can be used to iterate through the collection.
Advances the enumerator to the next element of the collection.
public bool MoveNext()
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Exceptions:The collection was modified after the enumerator was created.
Implements:
Sets the enumerator to its initial position, which is before the first element in the collection.
public void Reset()
The collection was modified after the enumerator was created.
Implements: