Skip to main content

TreeListColumnCollection(TreeListControl) Constructor

In This Article

Initializes a new instance of the TreeListColumnCollection class.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public TreeListColumnCollection(
    TreeListControl treeList
)

#Parameters

Name Type Description
treeList TreeListControl

A TreeListControl object that owns the collection of columns.

See Also