'Declaration
Public Overloads ReadOnly Property Item( _ ByVal columnName As String _ ) As DisplayColumn
public DisplayColumn Item( string columnName ) {get;}
Parameters
- columnName
'Declaration
Public Overloads ReadOnly Property Item( _ ByVal columnName As String _ ) As DisplayColumn
public DisplayColumn Item( string columnName ) {get;}
This indexer looks for a column with the specified DisplayColumn.Name. The column name is set automatically for you when the view is bound to a database, or it may be set using code.