[]
        
(Showing Draft Content)

C1.Win.Input.MultiColumnCombo.DisplayColumnCollection

DisplayColumnCollection Class

Represents a collection of DisplayColumn objects.

Inheritance
DisplayColumnCollection
Namespace: C1.Win.Input.MultiColumnCombo
Assembly: C1.Win.Input.MultiColumnCombo.10.dll
Syntax
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

Constructors

Name Description
DisplayColumnCollection()

Properties

Name Description
this[string]

Gets the DisplayColumn that has the specified column name.

Methods

Name Description
ClearItems()
InsertItem(int, DisplayColumn)
OnColumnChanged(ColumnChangedEventArgs)

Fires the ColumnChanged event.

RemoveItem(int)

Events

Name Description
ColumnChanged

Occurs when a property of a column from the collection changed.