[]
Collection of columns.
public class GridColumnCollection : GridRowColCollection<GridColumn>, IList<GridColumn>, ICollection<GridColumn>, IList, ICollection, IReadOnlyList<GridColumn>, IReadOnlyCollection<GridColumn>, IEnumerable<GridColumn>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IDisposable
Name | Description |
---|---|
DataCollection | Gets the data collection this list is wrapping. |
this[string] | Gets a GridColumn by its name. |
Name | Description |
---|---|
IndexOf(string) | Gets the index of the column with a given name in the collection. |