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


Xceed.Grid.v4.3 Assembly > Xceed.Editors Namespace > ComboBoxItem Class > Item Property : Item(String) Property
The ColumnInfo.Name of the column.
Gets the value at the specified column name.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public Overloads ReadOnly Property Item( _
   ByVal columnName As String _
) As Object
'Usage
 
Dim instance As ComboBoxItem
Dim columnName As String
Dim value As Object
 
value = instance.Item(columnName)
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public object Item( 
   string columnName
) {get;}

Parameters

columnName
The ColumnInfo.Name of the column.

Property Value

An object representing the value at the specified column name.
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

ComboBoxItem Class
ComboBoxItem Members
Overload List