Skip to main content

TreeListOptionsView(TreeList) Constructor

Initializes a new instance of the TreeListOptionsView class.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.1.dll

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

Declaration

public TreeListOptionsView(
    TreeList treeList
)

Parameters

Name Type Description
treeList TreeList

A TreeList object specifying the control associated with the options being created.

See Also