TreeViewControl.ShowSearchPanel Property
Gets or sets whether to display the Search Panel. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.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 |
---|---|
SearchString | Gets or sets the search string specified in the Search Panel. This is a dependency property. |
ExpandNodesOnFiltering | Gets or sets whether to expand a node if its child nodes contain the search string. This is a dependency property. |
RestoreTreeStateOnClearFilter | Gets or sets whether to restore the TreeViewControl state (expanded nodes, selected node) when a user clears the search string. This is a dependency property. |
ShowSearchPanelResultInfo | Gets or sets whether to show information about search results in the search panel. This is a dependency property. |
SearchResultNext() | Focuses the next search result. |
SearchResultPrev() | Focuses the previous search result. |
ShowSearchPanelMRUButton | Gets or sets whether to display the MRU search button in the Search Panel. This is a dependency property. |
SearchPanelImmediateMRUPopup | 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. |
SearchDelay | Gets or sets the time in milliseconds before the search is initiated. This is a dependency property. |
SearchPanelHighlightResults | Gets or sets whether to highlight search results within located records. This is a dependency property. |
SearchPanelAllowFilter | Gets or sets whether the TreeViewControl displays only records that match the search criteria. This is a dependency property. |
FilteringMode | Gets or sets how the TreeViewControl filters its nodes. This is a dependency property. |
SearchPanelFindFilter | Gets or sets the type of the comparison operator used to create filter conditions. This is a dependency property. |
SearchPanelParseMode | Gets or sets a mode that specifies how the search string is parsed. This is a dependency property. |
SearchPanelNullText | Gets or sets the text displayed in the Search Panel when the search string is null. This is a dependency property. |
CustomNodeFilter | Allows you to use custom rules to filter nodes. |
See Also