Back to Devexpress

TreeListOptionsFind.FindFilterColumns Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistoptionsfind-02efbb47.md

latest2.1 KB
Original Source

TreeListOptionsFind.FindFilterColumns Property

Gets or sets the field names against which searches are performed by the Find Panel.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[DefaultValue("*")]
[XtraSerializableProperty]
public virtual string FindFilterColumns { get; set; }
vb
<DefaultValue("*")>
<XtraSerializableProperty>
Public Overridable Property FindFilterColumns As String

Property Value

TypeDefaultDescription
String"*"

A string specifying the field names against which searches are performed.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to FindFilterColumns
TreeList

.OptionsFind .FindFilterColumns

|

Remarks

If the FindFilterColumns property is set to “*”, the Find Panel performs searches against all visible columns.

To explicitly specify search columns, set the FindFilterColumns property to a string consisting of the corresponding field names delimited by a semicolon (without space characters): “Name;Value;Description”.

See Also

TreeListOptionsFind Class

TreeListOptionsFind Members

DevExpress.XtraTreeList.Columns Namespace