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


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Collections Namespace > ColumnList Class > Item Property : Item(String) Property
The field name of the column to retrieve.
Gets the column that corresponds to name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _

   ByVal fieldName As String _

) As Column
'Usage
 
Dim instance As ColumnList

Dim fieldName As String

Dim value As Column

 

value = instance.Item(fieldName)
public Column Item( 

   string fieldName

) {get;}

Parameters

fieldName
The field name of the column to retrieve.

Property Value

A reference to the Xceed.Grid.Column object that corresponds to 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

ColumnList Class
ColumnList Members
Overload List