[]
        
(Showing Draft Content)

C1.Framework.GridColumnCollection

GridColumnCollection Class

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

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

Constructors

Name Description
GridColumnCollection(GridPanel)

Initializes a new instance of the GridColumnCollection class.

Properties

Name Description
Grid

Return the reference to the owning grid.

this[int]

Gets or sets the GridColumn at a specified index in the list.

Methods

Name Description
Add()

Adds an GridColumn to the list.

Add(GridColumn)

Adds an GridColumn to the list.