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

TreeList.ShowFindPanel() Method

Displays the Find Panel.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public void ShowFindPanel()

Remarks

The ShowFindPanel method invokes the TreeList‘s Find Panel. Call the TreeList.HideFindPanel method to hide the Panel.

Tree List FindPanel

You can specify the Find Panel’s specific options (such as its initial state, find the delay or button visibility) via the TreeList.OptionsFind object. Use the TreeList.FindFilterText property to get the text currently displayed in the Find Panel’s edit box.

To apply a specific find filter in code, use the TreeList.ApplyFindFilter method.

See Also