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

FindPanelBehavior Enum

Enumerates values that specify whether the find panel displays the found records only or displays all records and highlights the found records.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v24.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

#Declaration

public enum FindPanelBehavior

#Members

Name Description
Default

The behavior depends on the static (Shared in VB) WindowsFormsSettings.FindPanelBehavior property. If the latter property is also set to Default, the Filter mode is applied.

Filter

Hide records that do not match a query. Highlight search results in cells.

FindPanelBehavior_Filter

Highlight search results in cells and on the scrollbar. A search behavior is not supported in server mode.

FindPanelBehavior_Search

#Related API Members

The following properties accept/return FindPanelBehavior values:

#Remarks

THe FindPanelBehavior type is used to specify the following properties:

See Also