[]
Represents a collection of DisplayColumn objects.
public class DisplayColumnCollection : ObservableCollection<DisplayColumn>, IList<DisplayColumn>, ICollection<DisplayColumn>, IList, ICollection, IReadOnlyList<DisplayColumn>, IReadOnlyCollection<DisplayColumn>, IEnumerable<DisplayColumn>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
| Name | Description |
|---|---|
| DisplayColumnCollection() |
| Name | Description |
|---|---|
| this[string] | Gets the DisplayColumn that has the specified column name. |
| Name | Description |
|---|---|
| ClearItems() | |
| InsertItem(int, DisplayColumn) | |
| OnColumnChanged(ColumnChangedEventArgs) | Fires the ColumnChanged event. |
| RemoveItem(int) |
| Name | Description |
|---|---|
| ColumnChanged | Occurs when a property of a column from the collection changed. |