Skip to main content

TreeListColumnCollection(TreeList) Constructor

Creates a new TreeListColumnCollection object.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public TreeListColumnCollection(
    TreeList owner
)

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