Table of Contents

Method ColumnByName

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ColumnByName(string)

Retrieves the first column with the specified name from the collection of columns.

public virtual ListControlColumn? ColumnByName(string name)

Parameters

name string

The 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.