[]
Represents a collection of instances of the GrapeCity.Windows.InputMan.ListColumn.
public sealed class ListColumnCollection : ObservableCollection<ListColumn>, IList<ListColumn>, ICollection<ListColumn>, IList, ICollection, IReadOnlyList<ListColumn>, IReadOnlyCollection<ListColumn>, IEnumerable<ListColumn>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Public NotInheritable Class ListColumnCollection
Inherits ObservableCollection(Of ListColumn)
Implements IList(Of ListColumn), ICollection(Of ListColumn), IList, ICollection, IReadOnlyList(Of ListColumn), IReadOnlyCollection(Of ListColumn), IEnumerable(Of ListColumn), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Name | Description |
---|---|
ClearItems() | Clears the items. |
InsertItem(int, ListColumn) | Inserts a ListColumn into the collection at the specified index. |
RemoveItem(int) | Removes the item. |
SetItem(int, ListColumn) | Replaces the ListColumn at the specified index. |