Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridColumnCollection Class / Item Property / Item(String) Property
Name of the column to retrieve.


In This Topic
    Item(String) Property
    In This Topic
    Gets a GridColumn by its name.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal columnName As String _
    ) As GridColumn
    'Usage
     
    
    Dim instance As GridColumnCollection
    Dim columnName As String
    Dim value As GridColumn
     
    value = instance.Item(columnName)
    public GridColumn Item( 
       string columnName
    ) {get;}

    Parameters

    columnName
    Name of the column to retrieve.

    Property Value

    The column with the requested name.
    See Also