-
Notifications
You must be signed in to change notification settings - Fork 1
ColumnHeaderCollection
Konoplev Anatolii edited this page Oct 24, 2020
·
2 revisions
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