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

In This Topic
    Item Property
    In This Topic
    Gets the DisplayColumn that has the specified column name.
    Overload List
    OverloadDescription
    Gets the DisplayColumn that has the specified column name.  
    (Inherited from System.Collections.ObjectModel.Collection<T>)
    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