| C1.WPF.DataGrid Namespace : DataGridColumnCollection Class | 
The following tables list the members exposed by DataGridColumnCollection.
| Name | Description | |
|---|---|---|
![]()  | Count | (Inherited from System.Collections.ObjectModel.Collection<DataGridColumn>) | 
![]()  | Item | Gets the DataGridColumn with the specified column index. | 
| Name | Description | |
|---|---|---|
![]()  | Add | (Inherited from System.Collections.ObjectModel.Collection<DataGridColumn>) | 
![]()  | Clear | (Inherited from System.Collections.ObjectModel.Collection<DataGridColumn>) | 
![]()  | Contains | Overloaded. Determines whether contains a column regarding the specified column name. | 
![]()  | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<DataGridColumn>) | 
![]()  | GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<DataGridColumn>) | 
![]()  | GetFirstVisibleColumn | Gets the first visible column. | 
![]()  | GetLastVisibleColumn | Gets the last visible column. | 
![]()  | GetVisibleColumnsFromIndex | Gets a collection of columns from a specified position and direction. | 
![]()  | GetVisibleColumnsFromLeft | Gets a collection of columns starting from the left. | 
![]()  | GetVisibleColumnsFromRight | Gets a collection of columns starting from the right. | 
![]()  | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<DataGridColumn>) | 
![]()  | Insert | (Inherited from System.Collections.ObjectModel.Collection<DataGridColumn>) | 
![]()  | Remove | (Inherited from System.Collections.ObjectModel.Collection<DataGridColumn>) | 
![]()  | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<DataGridColumn>) | 
| Name | Description | |
|---|---|---|
![]()  | CollectionChanged | Occurs when the items list of the collection has changed, or the collection is reset. |