MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / DisplayColumnCollection Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Gets the DisplayColumn that has the specified column name.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal columnName As String _
    ) As DisplayColumn
    public DisplayColumn Item( 
       string columnName
    ) {get;}

    Parameters

    columnName
    Remarks

    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.

    See Also