Skip to main content
A newer version of this page is available. .

TreeListOptionsFind(TreeList) Constructor

Initializes a new instance of the TreeListOptionsFind class.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public TreeListOptionsFind(
    TreeList treeList
)

Parameters

Name Type Description
treeList TreeList

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

Remarks

The TreeList.OptionsFind property of the TreeListOptionsFind type provides options specific to the Find Panel for the associated tree list control.

See Also