Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Find Panel

The Find Panel enables end-users to type search queries into the panel’s Find box to filter nodes and highlight search strings in the results.

Use the TreeList control’s FindPanel property to customize the Find Panel’s look & feel.

The table below lists the main members that relate to the Find Panel.

Visibility

The TreeList control’s FindPanel.DisplayMode property.

The TreeList control’s ShowFindPanel and HideFindPanel procedures.

Position

The TreeList control’s FindPanel.Position property.

Appearance

The TreeList control’s Styles.FindPanel and Styles.SearchResultHighlight properties.

Contents

The TreeList control’s FindPanel.ShowClearButton, FindPanel.ShowCloseButton, and FindPanel.ShowFindButton properties.

The Tree List control’s DataController.FindCriteria.Text property.

Behavior

The TreeList control’s FindPanel.HighlightSearchResults, FindPanel.UseExtendedSyntax, FindPanel.UseDelayedFind, FindPanel.FocusContentOnApplyFilter, and FindPanel.ClearFindFilterTextOnClose properties.

HitTest Information

The TreeList control’s HitTest.HitAtFindPanel property.