[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridColumnCollection.Item

this Property

this[string]

Gets a GridColumn by its name.

Declaration
public GridColumn this[string columnName] { get; }
Public ReadOnly Default Property Item(columnName As String) As GridColumn
Parameters
Type Name Description
string columnName

Name of the column to retrieve.

Property Value
Type Description
GridColumn

The column with the requested name.