Skip to main content
A newer version of this page is available. .

LayoutViewColumnCollection.ColumnByName(String) Method

Returns a column by its name.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public LayoutViewColumn ColumnByName(
    string columnName
)

Parameters

Name Type Description
columnName String

A String value specifying the column name.

Returns

Type Description
LayoutViewColumn

A LayoutViewColumn object representing a column with the specified name. null (Nothing in Visual Basic) if no column is found.

Remarks

This method is equivalent to the GridColumnCollection.ColumnByName method. See this link to learn more.

See Also