ColumnHeaderCollection - ahatornn/clforms GitHub Wiki
ClForms.Common.ColumnHeaderCollection
Represents the collection of column headers in a ListView control
public class ColumnHeaderCollection<T>: IList<ColumnHeader<T>>Derived IList<ColumnHeader<T>>
This class overrides all the properties and methods of the
IList<ColumnHeader<T>>interface