[]
GridRow collection. Just an ElementList typed to get and set GridRow objects.
public class GridRowCollection : ElementList, IList, ICollection, IEnumerable, ICloneable
| Name | Description |
|---|---|
| GridRowCollection(GridPanel) | Initializes a new instance of the GridRowCollection class. |
| Name | Description |
|---|---|
| Grid | Returns the reference to the owning GridPanel element. |
| this[int] | Gets or sets the GridRow at a specified index in the list. |
| Name | Description |
|---|---|
| Add() | Adds a new GridRow to the list. |
| Add(GridRow) | Adds a GridRow to the list. |