Back to Devexpress

WindowsFormsSettings.FindPanelBehavior Property

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-eabd3032.md

latest3.6 KB
Original Source

WindowsFormsSettings.FindPanelBehavior Property

Gets or sets whether records that do not match a query in a find panel are hidden.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public static FindPanelBehavior FindPanelBehavior { get; set; }
vb
Public Shared Property FindPanelBehavior As FindPanelBehavior

Property Value

TypeDescription
FindPanelBehavior

A FindPanelBehavior enumeration value that specifies whether records that do not match the query are hidden.

|

Available values:

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.

|

Remarks

The FindPanelBehavior property specifies how to show search results:

  • Filter — hides records that do not match the query, and highlights (optionally) results in the view;

  • Search — highlights results in the view and on the scrollbar

If this property is set to Default, the Filter mode is applied. Use the following properties to override this setting for a particular control:

See Also

ColumnViewOptionsFind.Behavior

TreeListOptionsFind.Behavior

Grid Find Panel

Tree List Find Panel

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace