TreeViewControl.ShowSearchPanel Property
In This Article
Gets or sets whether to display the Search Panel. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true to display the Search Panel; otherwise, false |
#Remarks
The Search Panel allows users to search and filter data against entered values.
For more information, refer to the following help topic: Search and Filter Nodes.
API | Description |
---|---|
Search |
Gets or sets the search string specified in the Search Panel. This is a dependency property. |
Expand |
Gets or sets whether to expand a node if its child nodes contain the search string. This is a dependency property. |
Restore |
Gets or sets whether to restore the Tree |
Show |
Gets or sets whether to show information about search results in the search panel. This is a dependency property. |
Search |
Focuses the next search result. |
Search |
Focuses the previous search result. |
Show |
Gets or sets whether to display the MRU search button in the Search Panel. This is a dependency property. |
Search |
Gets or sets whether to invoke the MRU search drop-down list when a user types text in the Search Panel. This is a dependency property. |
Search |
Gets or sets the time in milliseconds before the search is initiated. This is a dependency property. |
Search |
Gets or sets whether to highlight search results within located records. This is a dependency property. |
Search |
Gets or sets whether the Tree |
Filtering |
Gets or sets how the Tree |
Search |
Gets or sets the type of the comparison operator used to create filter conditions. This is a dependency property. |
Search |
Gets or sets a mode that specifies how the search string is parsed. This is a dependency property. |
Search |
Gets or sets the text displayed in the Search Panel when the search string is null. This is a dependency property. |
Custom |
Allows you to use custom rules to filter nodes. |
See Also