Xceed Grid for WinForms v4.3 Documentation
Item Property (QueryItemTextEventArgs)


Xceed.Grid.v4.3 Assembly > Xceed.Editors Namespace > QueryItemTextEventArgs Class : Item Property
Gets the ComboBoxItem currently selected in the WinComboBox's dropdown.
Syntax
'Declaration
 
Public ReadOnly Property Item As ComboBoxItem
'Usage
 
Dim instance As QueryItemTextEventArgs
Dim value As ComboBoxItem
 
value = instance.Item
public ComboBoxItem Item {get;}

Property Value

A reference to a ComboBoxItem representing the item currently selected in the WinComboBox's DropDownControl. If a null reference (Nothing in Visual Basic), an item is not selected.
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

QueryItemTextEventArgs Class
QueryItemTextEventArgs Members