public DisplayColumn Item( string columnName ) {get;}
'Declaration
Public Overloads ReadOnly Property Item( _ ByVal columnName As String _ ) As DisplayColumn
Parameters
- columnName
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.