[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridColumnCollection.Item

this Property

this[string]

Gets a GridColumn by its name.

Declaration
public GridColumn this[string columnName] { get; }
Parameters
Type Name Description
string columnName

Name of the column to retrieve.

Property Value
Type Description
GridColumn

The column with the requested name.