Skip to main content
A newer version of this page is available. .

FindPanelBehavior Enum

Enumerates a Find Panel’s search modes.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public enum FindPanelBehavior

Members

Name Description
Default

When the WindowsFormsSettings.FindPanelBehavior property is set to Default, the actual setting is Filter. When a control’s OptionsFind.Behavior property is set to Default, the actual setting is specified by the WindowsFormsSettings.FindPanelBehavior property.

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

FindPanelBehavior_Search

Related API Members

The following properties accept/return FindPanelBehavior values:

Remarks

To specify the default Find Panel behavior for all controls in your application, use the static WindowsFormsSettings.FindPanelBehavior property. If this setting is set to Default, the actual mode is Filter;

To override the Find Panel behavior for individual controls, use the following properties:

See Also