Back to Devexpress

TreeViewControl.ShowSearchPanel Property

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

latest4.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool ShowSearchPanel { get; set; }
vb
Public Property ShowSearchPanel As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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.

APIDescription
SearchStringGets or sets the search string specified in the Search Panel. This is a dependency property.
ExpandNodesOnFilteringGets or sets whether to expand a node if its child nodes contain the search string. This is a dependency property.
RestoreTreeStateOnClearFilterGets or sets whether to restore the TreeViewControl state (expanded nodes, selected node) when a user clears the search string. This is a dependency property.
ShowSearchPanelResultInfoGets 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.
ShowSearchPanelMRUButtonGets or sets whether to display the MRU search button in the Search Panel. This is a dependency property.
SearchPanelImmediateMRUPopupGets 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.
SearchDelayGets or sets the time in milliseconds before the search is initiated. This is a dependency property.
SearchPanelHighlightResultsGets or sets whether to highlight search results within located records. This is a dependency property.
SearchPanelAllowFilterGets or sets whether the TreeViewControl displays only records that match the search criteria. This is a dependency property.
FilteringModeGets or sets how the TreeViewControl filters its nodes. This is a dependency property.
SearchPanelFindFilterGets or sets the type of the comparison operator used to create filter conditions. This is a dependency property.
SearchPanelParseModeGets or sets a mode that specifies how the search string is parsed. This is a dependency property.
SearchPanelNullTextGets or sets the text displayed in the Search Panel when the search string is null. This is a dependency property.
CustomNodeFilterAllows you to use custom rules to filter nodes.

See Also

TreeViewControl Class

TreeViewControl Members

DevExpress.Xpf.Grid Namespace