Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<DataGridColumn>) | |
Item | Overloaded. Gets the DataGridColumn with the specified column index. |
The following tables list the members exposed by DataGridColumnCollection.
Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<DataGridColumn>) | |
Item | Overloaded. Gets the DataGridColumn with the specified column index. |
Name | Description | |
---|---|---|
Items | (Inherited from System.Collections.ObjectModel.Collection<DataGridColumn>) |
Name | Description | |
---|---|---|
ClearItems | Overridden. Removes all elements from the Collection. | |
InsertItem | Overridden. Inserts an element into the Collection at the specified index. | |
RemoveItem | Overridden. Removes the element at the specified index of the Collection. | |
SetItem | Overridden. Replaces the element at the specified index. |
Name | Description | |
---|---|---|
CollectionChanged | Occurs when the items list of the collection has changed, or the collection is reset. |