TreeListColumnCollection(TreeList) Constructor
Creates a new TreeListColumnCollection object.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Parameters
Name | Type | Description |
---|---|---|
owner | TreeList | A TreeList object to which a new column collection belongs. |
Remarks
This constructor is called automatically when a Tree List initializes its TreeList.Columns property.
See Also