Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Editors Namespace / WinComboBox Class / CompareType Property


    CompareType Property
    Gets or sets a value indicating how string representations of items (ComboBoxItem) contained in the combobox are considered.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicates how string representations of items contained in the combobox are considered.")>
    <CategoryAttribute("Behavior")>
    Public Property CompareType As CompareType
     
    'Usage
     
    Dim instance As WinComboBox
    Dim value As CompareType
     
    instance.CompareType = value
     
    value = instance.CompareType

    Property Value

    A CompareType value indicating how string representations of items contained in the combobox are considered. By default, DefaultCompareType.
    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