[]
        
(Showing Draft Content)

C1.Framework.TreeColumnCollection

TreeColumnCollection Class

Represents a collection of GridColumn elements for Columns.

Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
public class TreeColumnCollection : TreeCollection<GridColumn>, IList<GridColumn>, ICollection<GridColumn>, IList, ICollection, IReadOnlyList<GridColumn>, IReadOnlyCollection<GridColumn>, IEnumerable<GridColumn>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Constructors

Name Description
TreeColumnCollection(TreePanel)

Initializes a new instance of the TreeColumnCollection class.

Methods

Name Description
ClearItems()
InsertItem(int, GridColumn)
RemoveItem(int)
SetItem(int, GridColumn)