Xceed Grid for WinForms v4.3 Documentation
WinComboBox.SearchPattern Enumeration


Xceed.Grid.v4.3 Assembly > Xceed.Editors Namespace : WinComboBox.SearchPattern Enumeration
Value representing the pattern to use when searching for a string within the WinComboBox's control WinComboBox.DropDownControl.
Syntax
'Declaration
 
Public Enum WinComboBox.SearchPattern 
   Inherits System.Enum
'Usage
 
Dim instance As WinComboBox.SearchPattern
public enum WinComboBox.SearchPattern : System.Enum 
Members
MemberDescription
ContainsThe string to find contains the specified string.
EndsWithThe string to find ends with the specified string.
ExactThe string to find is the exact specified string.
StartsWithThe string to find starts with the specified string.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Editors.WinComboBox.SearchPattern

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.Editors Namespace