Version

Item(String) Property

Returns a member of the collection found by the column key value
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal columnKey As String _
) As RowEditingClientBinding
public RowEditingClientBinding Item( 
   string columnKey
) {get;}

Parameters

columnKey
The key of the column object that the binding will belong to.

Property Value

An RowEditingClientBinding object corresponding to the object
Remarks
Returns null if no object with that key value is found
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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