[]
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
Public Class DisplayColumnCollection
Inherits ObservableCollection(Of DisplayColumn)
Implements IList(Of DisplayColumn), ICollection(Of DisplayColumn), IList, ICollection, IReadOnlyList(Of DisplayColumn), IReadOnlyCollection(Of DisplayColumn), IEnumerable(Of 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. |