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

    Parameters

    columnName
    Name of the column to retrieve.

    Property Value

    The column with the requested name.
    See Also