Skip to main content

TreeListOptionsFind(TreeList) Constructor

Initializes a new instance of the TreeListOptionsFind class.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v24.1.dll

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

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