True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DisplayColumnCollection Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Gets the specified C1DisplayColumn from the collection with the specified name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As System.String _
    ) As C1DisplayColumn
    public C1DisplayColumn Item( 
       System.string name
    ) {get;}

    Parameters

    name
    See Also