Back to Devexpress

TreeViewControl.SearchPanelFindFilter Property

wpf-devexpress-dot-xpf-dot-grid-dot-treeviewcontrol.md

latest1.8 KB
Original Source

TreeViewControl.SearchPanelFindFilter Property

Gets or sets the type of the comparison operator used to create filter conditions. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public FilterCondition SearchPanelFindFilter { get; set; }
vb
Public Property SearchPanelFindFilter As FilterCondition

Property Value

TypeDescription
FilterCondition

The type of the comparison operator used to create filter conditions.

|

Available values:

NameDescription
Contains

Specifies the Contains comparison operation.

| | StartsWith |

Specifies the StartsWith comparison operation.

| | Like |

Specifies the Like comparison operation.

| | Default |

Specifies the default comparison operation.

| | Equals |

Specifies the Equals comparison operation.

|

Remarks

Use the SearchPanelFindFilter property to specify the comparison operator type: Contains, Equals, Like (default value) or StartsWith.

For more information, refer to the following help topic: Search and Filter Nodes.

See Also

TreeViewControl Class

TreeViewControl Members

DevExpress.Xpf.Grid Namespace