[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.ColumnCollection.Item

this Property

this[string]

Gets a Column by its name.

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

Name of the column to retrieve.

Property Value
Type Description
Column

The column with the requested name.