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