Skip to content

ColumnHeaderCollection

Konoplev Anatolii edited this page Oct 24, 2020 · 2 revisions

ColumnHeaderCollection<T>

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

Clone this wiki locally