Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.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
    public GridColumn Item( 
       string columnName
    ) {get;}

    Parameters

    columnName
    Name of the column to retrieve.

    Property Value

    The column with the requested name.
    See Also