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
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