[]
        
(Showing Draft Content)

C1.Framework.GridRowCollection

GridRowCollection Class

GridRow collection. Just an ElementList typed to get and set GridRow objects.

Inheritance
GridRowCollection
Namespace: C1.Framework
Assembly: C1.Win.8.dll
Syntax
public class GridRowCollection : ElementList, IList, ICollection, IEnumerable, ICloneable

Constructors

Name Description
GridRowCollection(GridPanel)

Initializes a new instance of the GridRowCollection class.

Properties

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.

Methods

Name Description
Add()

Adds a new GridRow to the list.

Add(GridRow)

Adds a GridRow to the list.