[]
        
(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; }
Parameters
Type Name Description
string colName

Name of the column to retrieve.

Property Value
Type Description
Column

The column with the requested name.