Xceed Grid for WinForms v4.3 Documentation
CompareType Property


Xceed.Grid.v4.3 Assembly > Xceed.Editors Namespace > WinComboBox Class : 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
[Description("Indicates how string representations of items contained in the combobox are considered.")]
[Category("Behavior")]
public CompareType CompareType {get; set;}

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

Reference

WinComboBox Class
WinComboBox Members