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

TreeList.FindFilterText Property

Gets the text displayed in the Find Panel’s edit box.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty]
public string FindFilterText { get; set; }

Property Value

Type Description
String

A String value that is the text currently displayed in the Find Panel’s edit box.

Remarks

The FindFilterText property allows you to get the find filter currently applied to the current TreeList via the Find Panel. Use the TreeList.ShowFindPanel method to display a Find Panel. Setting a specific value to the TreeList property works in the same way as the TreeList.ApplyFindFilter method.

See Also