[]
Represents a collection of ViewRow objects.
public class ViewRowList : CollectionBase, IList, ICollection, IEnumerable
Name | Description |
---|---|
this[int] | Gets or sets the ViewRow at the specified index. |
Owner | Owner of the row list. |
Name | Description |
---|---|
OnClear() | Performs additional custom processes when clearing the contents of the instance. |
OnRemove(int, object) | Performs additional custom processes when removing an element from the instance. |