Method ColumnByName
ColumnByName(string)
Retrieves the first column with the specified name from the collection of columns.
public virtual ListControlColumn? ColumnByName(string name)
Parameters
namestringThe name of the column to locate. The comparison is case-sensitive and uses ordinal string comparison.
Returns
- ListControlColumn
The first ListControlColumn with the specified name, or null if no matching column is found.