Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Editors Namespace / CompareType Enumeration


In This Topic
    CompareType Enumeration
    In This Topic
    Value representing how string representations of items (ComboBoxItem) contained in a WinComboBox control are considered.
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    Public Enum CompareType 
       Inherits System.Enum
    'Usage
     
    Dim instance As CompareType
    [Flags()]
    public enum CompareType : System.Enum 
    Members
    MemberDescription
    AccentInsensitiveAccents are ignored.
    CaseAndAccentInsensitiveCase and accents are ignored.
    CaseInsensitiveThe case of characters is ignored.
    ExactMatchAn exact match is required.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Editors.CompareType

    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