The Condition property accepts the following values.
-
FilterCondition.Default - inherits the global WindowsFormsSettings.FindPanelCondition property value.
-
FilterCondition.Contains - searches for all cells that contain the specified text, regardless of its position within the cell text.

-
FilterCondition.StartsWith - searches for cells whose text begins with the searched string.

-
FilterCondition.Equals - searches for cells whose text is an exact match with the searched string.

-
FilterCondition.Like - allows users to enter the "%" character that is a wildcard for any number of characters.
