Back to Devexpress

FindPanelBehavior Enum

windowsforms-devexpress-dot-xtraeditors-14c1dadf.md

latest2.9 KB
Original Source

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

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

Declaration

csharp
public enum FindPanelBehavior
vb
Public Enum FindPanelBehavior

Members

NameDescription
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.

| | Search |

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

|

The following properties accept/return FindPanelBehavior values:

Remarks

THe FindPanelBehavior type is used to specify the following properties:

See Also

DevExpress.XtraEditors Namespace